Hi,
I am using the new version of Telerik RadCombox (2009-Telerik.Web.UI) in my application.
I have the list of values and their respective description populated in RadCombox.
Everything works fine but the issue is I also have the same values in my list.
I am using the new version of Telerik RadCombox (2009-Telerik.Web.UI) in my application.
I have the list of values and their respective description populated in RadCombox.
Everything works fine but the issue is I also have the same values in my list.
eg:RadComboBoxItem
( "A","01")
RadComboBoxItem( "B","01")
RadComboBoxItem( "C","12")
RadComboBoxItem( "C","13")
So when I change the selected Item from Item1 to Item 2 where the Value is same in the RadCombox the Selected Index Changed event does not fire. It works fine for the item which have different values.
I did not have this problem in the earlier version.
Thank you,
Raghavendra.