Hi,
I am observing some unexpected behavior when using RadComboBox - I set SelectedIndex to some value, say 2, in code behind, but then if I type something in the input and trigger a postback (say, via an asp:Button), the selected item is not changed , and the Text property doesn't get updated - everything stays the same.
I would expect that every time I set SelectedIndex to some item index, the Text and input contents get updated, no matter what is there already.
Is this a bug?
Thanks,
Tom