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

Built in Editing how to attach an event to combo box to select another edit combo box

2 Answers 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jon
Top achievements
Rank 1
Jon asked on 01 Oct 2008, 06:02 PM
Hi..
I'm using the built in editing with a Combo Box.
How to I add an event handler or pass the value of the combo box to another combo box - in order to set that second combo box's data source


Combo Box 1 is Products...
Combo Box 2 is Sub Products 

It's a parent / child relationship

So whent he user selects Product A - Combo 2 only displays the Sub Products of Product A

thanks

2 Answers, 1 is accepted

Sort by
0
Serrin
Top achievements
Rank 1
answered on 01 Oct 2008, 09:00 PM
Hi John,

Hmm, maybe using the client-side onClientSelectedItemChanged event would work for this?  They show it in this online demo:

-RadCombo client side programming

Let me know if that works, seems like what you're looking for.
0
Princy
Top achievements
Rank 2
answered on 03 Oct 2008, 05:59 AM
Hello Jon,

You can also go through the following online demo link which explains a very similar scenario.It demonstrates about how to setup any number of combobox instances on a page such that they interact with each other based on certain client or server side events.
Multiple ComboBoxes

Thanks
Princy.
Tags
Grid
Asked by
Jon
Top achievements
Rank 1
Answers by
Serrin
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or