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

Item Binding - How to show '-Select Product'

1 Answer 31 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 15 Jun 2012, 05:35 PM
Hi..
I'm binding to my combo box. The items show fine and the first item always shows in the box.
How can I change the control so that instead of the first PRODUCT showing in the combo 
I show  '-Select Product'?   
thanks in advance

1 Answer, 1 is accepted

Sort by
0
Vladi
Telerik team
answered on 18 Jun 2012, 11:54 AM
Hello Jon,

All you need to is to add the EmptyText property in the RadComboBox.
Here is a simple code representing that:
<telerik:RadComboBox EmptyText="Select Product" />


All the best,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
ComboBox
Asked by
Jon
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Share this question
or