This is a migrated thread and some comments may be shown as answers.

[Solved] Access to edit form items?

1 Answer 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
scrut
Top achievements
Rank 1
scrut asked on 03 Jun 2008, 08:06 PM
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.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 04 Jun 2008, 05:31 AM
Hi Scrut,

Go through the following help document links.

Customize/Configure GridDropDownColumn
Referencing controls in grid row/edit form

Princy.
Tags
Grid
Asked by
scrut
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or