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

How to remove RadCombobox item when its used previous rows in RadGrid

1 Answer 52 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nahid
Top achievements
Rank 1
Nahid asked on 25 Oct 2010, 12:46 PM
Hello,
I am using RadCombobox in RadGrid . I have 3 item in RadCombobox. 
combobox item:
  1. Item 1
  2. Item 2
  3. 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

Sort by
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
Tags
Grid
Asked by
Nahid
Top achievements
Rank 1
Answers by
Veli
Telerik team
Share this question
or