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

Multiple combobox's passing parameters

1 Answer 68 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
ric c
Top achievements
Rank 1
ric c asked on 30 Mar 2009, 01:20 PM

Hi using the example http://demos.telerik.com/aspnet-ajax/combobox/examples/functionality/multiplecomboboxes/defaultcs.aspx I want to extend this to about 10 combbox's where the value of each preceding box is populated based on parameters from all other preceding selections (the example just uses one parameter). This way my 10th box will be populated based on the 9 preceding selections. How would I pass each parameter to the next box?
Any pointers would be great!

 

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 31 Mar 2009, 02:29 PM
Hello Ric,

Thank you for contacting Telerik support.

I suggest you use the context object to pass the selected values of all preceding comboboxes. Here you can find more information how to do that. In your case you should use ItemsRequested event.

If you have any difficulties, please do not hesitate to contact us.

All the best,
Yana
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
ComboBox
Asked by
ric c
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or