Hello,
I have used rad grid with insert , update option using edit form template.While Add/Edit time Depending on Radio Button Selection I need to Enable , Disable Validation. I have putted java script for show hide panels and enable , disable validation for radio button selection. Insert , Update option works perfect when validation are enable but when i am selecting radio button option which is disabling my validation then by clicking on Insert , Update button my insertcommand and updatecommand are not working. By clicking on insert or update button it direct comes to itemcommand event not on insert or update command.
I have debug javascript there is no issue in java script. page is getting postback and rather than insert or update command it comes to item data bound and item command.
Any Idea why rad grid insert , update command not working after disabling validation?