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
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: