I have a form contains many types of controls and validationpart .contains a rad tabstrip has two tabs in one tab entry controls like radtextbox and radcombobx there is a vaidation for each control result in a validationsummary, second tab contains a radgrid containing add record button opens a radwindow cotaining a webform for enering data .
In normar case when pressing a tab from tab strib it cuases a postback so the validation summary has error messages but the add button in the radgrid works fine.
I edited the config file add
<add key="validationsettings:unobtrusivevalidationmode" value="none">
the tabstrip worked fine but the add button in the radgrid has no effect and the window.radopen does not occure
is there a setting do the same thing witout affecting radgrid or radwindow