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

Clear combobox using javascript

2 Answers 1385 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 19 Mar 2010, 01:15 PM
Hello,

How I can clear combobox items using javascript ?

Prayag

2 Answers, 1 is accepted

Sort by
0
robertw102
Top achievements
Rank 1
answered on 19 Mar 2010, 02:12 PM
Just do this:

$find("<%=RadComboBox1.ClientID%>").clearItems();

I hope that helps.
0
Kalina
Telerik team
answered on 19 Mar 2010, 02:12 PM
Hello prayag ganoje,

You can clear all items of the RadComboBox with clearItems client side method.
More details about RadComboBox client side properties and methods you can find here.

Greetings,
Kalina
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
ComboBox
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
robertw102
Top achievements
Rank 1
Kalina
Telerik team
Share this question
or