-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
C: GridEnhancementFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)
Milestone
Description
Overview
Currently, the ASP.NET Core Grid Columns's Template() method does not expose the ability to provide a delegate. In comparison to the ASP.NET MVC Grid Column's Template() method:
It would be useful to add this option to the ASP.NET Core Grid, as it will allow the configuration for multiline templates. For example:
.Columns(columns =>
{
columns.Template(@<text>
<div>#= OrderID # </div>
<div>#= Discontinued # </div>
</text>);
})
Current behavior
The Columns.Template() method of the Grid does expose a delegate overload.
Expected/desired behavior
The Columns.Template() method of the Grid should expose a delegate overload.
Environment
- Kendo UI version: 2023.2.718
- Browser: [all]
Metadata
Metadata
Assignees
Labels
C: GridEnhancementFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)