Skip to content

Expose Template Component integration for Grid Column Commands #8215

@alestoya

Description

@alestoya

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]

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions