Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1705
how do I set a ValidationGroup for the WebNavBar
posted

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 !!!!!!!!! 


Parents
  • 28464
    Verified Answer
    posted

    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 

Reply Children
No Data