Telerik AJAX radComboBox. Getting SelectedValue from second comboBox
问题 I’m trying to populate one Telerik AJAX radComboBox from the results of another i.e. comboBox1 – autocompletes and user selects an item comboBox2 – user selects. Loads on demand. Uses the selected value from comboBox1 to populate itself. The problem is that I can’t get the selected value of combobox1 Markup <telerik:RadComboBox ID="comboBox1" runat="server" EnableLoadOnDemand="True" MarkFirstMatch="False" onitemsrequested="comboBox1_ItemsRequested" > </telerik:RadComboBox> <telerik