Editing Grid with Cascading DropDownLists
Environment
Product | Telerik UI for ASP.NET MVC Grid |
Description
How can I implement cascading DropDownLists for editing rows in Telerik UI for ASP.NET MVC Grid component?
Solution
The Grid provides 3 editing modes - InCell, InLine and PopUp. Usually, in order for the cascading widgets to work, they both (or more) have to be rendered at the same time.
Therefore, for Inline and PopUp editing modes you can check the following sample.
However, for InCell editing mode, the only viable approach is demonstrated in this sample.