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

[Solved] Load On Demand Dependent on Other Server Controls

3 Answers 65 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Seth
Top achievements
Rank 1
Seth asked on 01 Feb 2010, 04:10 PM
I have 2 RadComboBoxes.  The first is loaded on PageLoad.  The second is Load On Demand which depends on the first combo box.  When the ItemsRequested event of the Load On Demand combo box is fired, I cannot get the SelectedValue of the first combo box.

What is the suggested method for something like this?

Seth

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 02 Feb 2010, 11:06 AM
Hello Seth,

Checkout the online demo which shows how to this scenario can be implemented.
Related ComboBoxes

Hope this helps,
Shinu.
0
Seth
Top achievements
Rank 1
answered on 02 Feb 2010, 02:50 PM
Thank you, I did see that demo and I have been trying to use it as reference.  However I think something I left out was that I am using the autosuggest feature of the ComboBox control as well.  I need to pass in 2 values and parse them in the e.Text argument.  I don't want to call the ItemsRequested until I say so in the client side code.  I am thinking I need to use an ajax manager call instead.
0
Veselin Vasilev
Telerik team
answered on 04 Feb 2010, 09:15 AM
Hi Seth Ricard,

I believe that this help topic will help you:
Passing Context Information to the Server

Sincerely yours,
Veskoni
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
ComboBox
Asked by
Seth
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Seth
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or