Hey world,
Everytime the user clicks on any navigation button that causes a postback on the WebNavBar the validationSummary controls will display error information regarding other controls.
I have set the ValidationGroup property for all the asp.net validators, including validationSummary controls but I still have the same problem.
Is there a way to tell the WebNavBar not cause validation, maybe CausesValidation ="false" ??
Thanks !!!!!!!!!
Rumen Stankov"]Unfortunately this is not supported
Bummer
thanks for your reply!
Unfortunately this is not supported - CausesValidation / ValidationGroup are not supported properties. Probably you can experiment with firing custom javascript that fires validation on page using CSOM. Information can be found here:
http://www.velocityreviews.com/forums/t292061-regarding-pageclientvalidate-function.html