New to Telerik UI for ASP.NET CoreStart a free 30-day trial

Editing Grid with Cascading DropDownLists

Environment

ProductTelerik UI for ASP.NET Core Grid

Description

How can I implement cascading DropDownLists for editing rows in Telerik UI for ASP.NET Core 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.

More ASP.NET Core Grid Resources

See Also