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

Filter Items in RadComboBox

1 Answer 36 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Sudhakar
Top achievements
Rank 1
Sudhakar asked on 01 Aug 2012, 01:59 PM
Yellow,
I have a requirement in which i need to remove a particular item in the list binded to the RadComboBox and insert back again on certain condition. How to implement this?  I am using Enum values to bind the RadComboBox.

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 02 Aug 2012, 03:19 PM
Hi Sudhakar,

You could remove a particular item from the RadComboBoxItemCollection with the client method remove(). As for adding an item in the RadComboBoxItemCollection you could use the add() method. Here you could find our help section, where both methods are described in details.

Regards,
Nencho
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Sudhakar
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or