Hi,
I am trying to set the SelectedValue of a RadComboBox that uses declarative databinding. What I am finding is that the value is not set, as the combobox is not yet databound in the page load event. This seems to differ with my experience with the standard asp.net dropdownlist, which is databound at that point.
Am I missing something here? Is this expected behaviour?
Thanks.
I am trying to set the SelectedValue of a RadComboBox that uses declarative databinding. What I am finding is that the value is not set, as the combobox is not yet databound in the page load event. This seems to differ with my experience with the standard asp.net dropdownlist, which is databound at that point.
Am I missing something here? Is this expected behaviour?
Thanks.