-
Brandon
4
posts
Member since:
Mar 2008
Posted 16 Apr 2008
Link to this post
I have an aspx page containing a RadTabStrip some controls and some RequiredFieldValidators. When the page is not valid, the RadTabStrip will not switch to the tab that was clicked. How can I avoid this?
-
-
bemara57
57
posts
Member since:
Mar 2008
Posted 23 Apr 2008
Link to this post
This was driving me crazy.. until I realized that RadTabStrip has a CauseValidation flag- just set it to false and it should be ok!
-