Hello telerik team,
I am using rad multicolumn combo box. I am binding this combo box using vb code.
I want to add one item saying "New Contact" to it along with the other binded items.
Is it possible?
I have tried using AppendDataBoundItems="true" property and adding RadComboboxItem through design i.e
<telerik:RadComboBoxItem Text="New Contact" Value="" />
But this is adding an empty row to the combo box, and when I select the empty row, it displays "New Contact" in the combobox.
Please suggest me some solution.
I am using rad multicolumn combo box. I am binding this combo box using vb code.
I want to add one item saying "New Contact" to it along with the other binded items.
Is it possible?
I have tried using AppendDataBoundItems="true" property and adding RadComboboxItem through design i.e
<telerik:RadComboBoxItem Text="New Contact" Value="" />
But this is adding an empty row to the combo box, and when I select the empty row, it displays "New Contact" in the combobox.
Please suggest me some solution.