http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multicolumncombo/defaultcs.aspx
Please find the attached screenshot.
I just followed the same code for implementation, but the
chosen value get changing to the first item ‘Ana Trujillo’.
The above scenario only happening whenever exist the
duplicate values of ‘Title column‘.
Ex: In my scenario ItemDataBound event
Text is ContactName and Value is Title.
The ComboBox data binding happens only once on page load
in page life cycle.
The failure case at the movement is considering the
selection item get changes the item to first instance of the duplication of the
‘Title’ column.
Any help please.