This is a migrated thread and some comments may be shown as answers.

Multiple dependant ComboBoxes and Load on demand

1 Answer 108 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Drazan Kosic
Top achievements
Rank 1
Drazan Kosic asked on 26 Mar 2010, 03:18 PM
Telerik demos shows two cool features in "Related ComboBoxes" and "Load on demand" items.

However, bringing this together seems to be tricky.

If we have RadComboBox1 and RadComboBox2 on the page (both using Load on demand), and if the RadComboBox2 is dependent upon the text from RadComboBox1 how can one write  RadComboBox2_ItemsRequested method so that it also recognize the input provided in RadComboBox1. If I try it with RadComboBox1.Text, it returns empty string, of course since the text is provided on the Client side, and RadComboBox2_ItemsRequested runs on server side.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Drazan Kosic
Top achievements
Rank 1
answered on 29 Mar 2010, 08:51 AM
Actually, I've found an answer here:

http://www.telerik.com/community/forums/aspnet-ajax/combobox/fill-one-combobox-based-on-values-in-two-other-comboboxes.aspx



Tags
ComboBox
Asked by
Drazan Kosic
Top achievements
Rank 1
Answers by
Drazan Kosic
Top achievements
Rank 1
Share this question
or