Adding empty string to RadComboBox
Posted
by icemanind
on Stack Overflow
See other posts from Stack Overflow
or by icemanind
Published on 2009-06-08T20:21:02Z
Indexed on
2010/05/11
12:44 UTC
Read the original article
Hit count: 549
Guys,
I have a webpage that has a Telerik RadComboBox on the page. One of the properties of this ComboBox is EmptyMessage, which fills the combobox with a message when an item is not selected. I am binding my combobox to a datasource at runtime and for some reason, it wipes this EmptyMessage away. Is there a way to keep my data items in tact and have the empty message there too? And default it to the empty message?
© Stack Overflow or respective owner