Kendo UI Grid with Cascading DropDownList
问题 I have a Kendo UI Grid on my Razor Layout which fetches data from the controller. In this grid I wish to have a set of 3 DropDownLists which are: ProductGroups , Products , Services The behaviour I wish to implement is, when I Add a row to the Grid, I choose ProductGroups first, and the Products DropDown is updated with products list filtered by GroupId (value). Then select Product and like the first one, update the Services DropDown with services filtered by productId (value). I don't quite