Hi,
I am using RadComboBox in my page.Whenever you select the first item in combo box, selected index becomes -1.
(For example, If am having 10 elements in combobox,by default 1st item is selected, when you click on drop down and and again select the first item,while accessing the selected index from the server side -1 is coming).
Because of this am not able to select the selected value and selected text.
(Binding the RadComboBox from the database)
After doing the same thing, I tried to access the selected value from the client side in OnDropdownClosed event, Selected value and Text is coming.But it is not coming from the server side.
Thanks,
John
I am using RadComboBox in my page.Whenever you select the first item in combo box, selected index becomes -1.
(For example, If am having 10 elements in combobox,by default 1st item is selected, when you click on drop down and and again select the first item,while accessing the selected index from the server side -1 is coming).
Because of this am not able to select the selected value and selected text.
(Binding the RadComboBox from the database)
After doing the same thing, I tried to access the selected value from the client side in OnDropdownClosed event, Selected value and Text is coming.But it is not coming from the server side.
Thanks,
John