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

EditForms Dropdown Rebinding

2 Answers 32 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rick
Top achievements
Rank 1
Rick asked on 23 Dec 2010, 01:31 PM
Hello,

I need to know if it is possible to rebind an EditForms dropdown based on the changed selection of another EditForms dropdown.

Thanks,
Rick

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 23 Dec 2010, 02:12 PM
Hello,

You could hook OnSelectedIndexChanged event to first RadComboBox and get reference to the second combobox (by accessing the NamingContainer and then FindControl) and populate the combo in the event.
 
More informationa nad code will be available here:
Load on demand with two comboboxes in grid



Thanks,
Princy.
0
Rick
Top achievements
Rank 1
answered on 23 Dec 2010, 02:18 PM
Thanks for the fast reply! That looks like it will work.

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