Following the Telerik example cascading from one combo to another I have this working fine. However, I want to populate 2 child combo boxes with different info based on a parent combo.
I ended up rolling my own. based on the change event. I call an Ajax method that I wrote passing the value of the combo and then populating serverside before returning back to the client.