I have a combo box with multiselect i.e. it has checkboxes in it.
How can I change the text of the empty message to show what I've selected or if more than one item is selected just show some text like 'multi select'?
Cheers
Jon
1 Answer, 1 is accepted
0
Accepted
Yana
Telerik team
answered on 20 Nov 2009, 07:14 AM
Hi Jonathan,
You can use set_emptyMessage() method of the client-side object of RadComboBox to set the empty message. Also set_text() method can do the work in your case.