Hi,
I have radcombo box inside a radgrid as,
<rad:PageView ...
<rad:RadGrid ...
<MasterTableView ...
<rad:GridTemplateColumn..
<ItemTemplate>... </ItemTemplate>
<EditItemTemplate>
<rad:RadComboBox ... AllowCustomText="true" MarkFirstMatch="true">
This combobox has a first item as 'SELECT ITEM'. When i type 'S' in the combo box this item is getting selected or shown in the combobox.
I would like to exclude this item. How to achive this functionality?
Thanks,
Poornima