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

Select Empty Message on Client Side

1 Answer 107 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Haroon Khokhar
Top achievements
Rank 1
Haroon Khokhar asked on 09 Aug 2009, 04:41 AM
Hi All,

Is there any way to select the empty message of a combo box on the client side. I've tried using the clearSelection() method, but it seems to clear to combox box selection.

Any help!!!

Thanks in advance.

Haroon

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 10 Aug 2009, 10:31 AM
Hello Haroon Khokhar,

You can try:

combo.clearSelection();
combo.set_text("");
combo._applyEmptyMessage();


I hope this helps.

Greetings,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Haroon Khokhar
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or