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!