New to Telerik UI for ASP.NET Core? Download free 30-day trial
Row template
Loading Demo...
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
Change Theme
DefaultSASSLESS
- Default
- Bootstrap
- Material
- Launch Theme Builder
- rowtemplate.cshtml
- RowTemplateController.cs
- EmployeeViewModel.cs
Also available for:
API REFERENCEDescription
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