I have a RadGrid in EditMode="EditForms" where some columns are DropDownColumns.
How can I access and manipulate the edit form items?
Here's what I need to do:
1. There are two DropDownColumns. If the user selected an item in one of them, the other should be set to an associated item.
2. There are also two text boxes. If the user starts entering something into one of them, the other one should be disabled
3. If the user entered something into any of the two text boxes, its value should be read and added to the value obtained from a text box outside the Grid.
4. If the resulting value exceeds a certain threshold, a validator message should be displayed.
How can that be done?
Thanks so much
s.
How can I access and manipulate the edit form items?
Here's what I need to do:
1. There are two DropDownColumns. If the user selected an item in one of them, the other should be set to an associated item.
2. There are also two text boxes. If the user starts entering something into one of them, the other one should be disabled
3. If the user entered something into any of the two text boxes, its value should be read and added to the value obtained from a text box outside the Grid.
4. If the resulting value exceeds a certain threshold, a validator message should be displayed.
How can that be done?
Thanks so much
s.