Hello,
I am using RadCombobox in RadGrid . I have 3 item in RadCombobox.
combobox item:
Item 1
Item 2
Item 3
In Insert mode ,if I use "Item 1" in first row. In second row I want to remove "Item 1" from combobox and show "Item 2" and "Item 3" in combobox. How can I do this?
Thanks
Md Nasir Uddin
1 Answer, 1 is accepted
0
Veli
Telerik team
answered on 27 Oct 2010, 02:46 PM
Hi Nahid,
You can do this by setting AutoPostBack="true" for your combos and using their SelectedIndexChanged event to take the selected value and remove it from the next combo's data source.
Veli
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items