Hi, I have the following issue.
I have a page with two radcomboboxes. Both of them with the AutoPostBack property set to false.
The first action I'm taking is to select an item from the first radcombobox, and after that, I open the second radcombobox which retrieves data based on the the first radcombo selected value.
However, Neither the .Text nor the SelectedItem properties from the first combo has any selected value. The Text property is equal to "" while the SelectedItem is equal to null.
Any idea what's going on here ?
Thanks in advance,
MartÃn.
I have a page with two radcomboboxes. Both of them with the AutoPostBack property set to false.
The first action I'm taking is to select an item from the first radcombobox, and after that, I open the second radcombobox which retrieves data based on the the first radcombo selected value.
However, Neither the .Text nor the SelectedItem properties from the first combo has any selected value. The Text property is equal to "" while the SelectedItem is equal to null.
Any idea what's going on here ?
Thanks in advance,
MartÃn.