Closed
Description
Currently, the Telerik UI for ASP.NET Core/MVC Grid wrappers do not expose an overload for passing Template Component in the built-in Columns.Command.Edit() and Columns.Command.Custom() API configurations. E.g:
.Columns(columns =>
{
columns.Command(command => command
.Custom()
.Template(Html.Kendo().Template().AddHtml(@<text>Hello World!</text>))
);
})
Current behavior
The Grid wrappers do not expose a Template component option for the column commands.
Expected/desired behavior
The Grid wrappers should expose a Template component option for the column commands.
Environment
- Kendo UI version: 2025.1.227
- Browser: [all]