Combobox Cascading need more specific cascadeFrom option
I want to use the cascadeFrom feature of the Kendo UI ComboBox, but to my dismay it seems that that option will only accept an ID. Now I can't use the ID because the combobox is added dynamically and possibly multiple times resulting in multiple controls with the same ID. Does anyone have any ideas on how I can either pass a specific dom object to the cascade or how I could possibly setup a custom cascade feature using the 'change' event? That cascading functionality is just some sugar to make it easier create cascading DropDowns/Combos. Basically you need to use 4 things to manually implement