I have two columns in my grid, that during edit mode, I would like them to be depending on each other.
I have a template column with a check box and a template column dropdown list.
If the check box is checked by Client, I want to set the selected value back the first option. If the user selects any item in the drop down list, I want to un-check the check box.
I am looking into the RadScriptBlock to use some JS ; but any help would be greatly appreciated.
I have a template column with a check box and a template column dropdown list.
If the check box is checked by Client, I want to set the selected value back the first option. If the user selects any item in the drop down list, I want to un-check the check box.
I am looking into the RadScriptBlock to use some JS ; but any help would be greatly appreciated.