New to Telerik UI for ASP.NET Core? Download free 30-day trial
Row template
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
HtmlHelper
TagHelper
rowtemplate.cshtml
RowTemplateController.cs
EmployeeViewModel.cs
Rowtemplate_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik for ASP.NET Core Grid allows flexible customization of its rows in terms of layout and appearance by exposing a row template feature for this purpose.
In this example we present how you can specify your own custom layout for the rows in the grid using images and property bindings from its underlying data source.
To do that you need to define aClientRowTemplate
and a ClientAltRowTemplate
(optional). Note that both templates should contain table row HTML elements.More about the Kendo UI Template Syntax
More about Telerik Grid for ASP.NET Core