-
0
Answers
-
Last Activity:
long time ago,
psebascm
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hello Everybody, my problem is the following:
I need to implement validators for custom controls (created dynamically from javascript) in the same way that DNN implements the standard ASP.NET Validators. Until now, I've achieved to extend the custom validators according to this link:
http://www.icodefactory.com/lab/post/Dynamically-adding-ASPNET-validators-and-ASPNET-ajax-validation-callout-extenders-using-Javascript.aspx
When I submit my form to the server, The custom validators are triggered and they are showed in the summary validator section, but individual validator messages (commonly showed in a red tooltip) don't display at all.
It seems that DNN wraps all validators the first time the page is loaded, using scripts like dnn.jquery.js.
In that case, Is there a way to force realoading the validators (including the custom validators created from JS) to display the error messages correctly?
Thanks for your help