New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Grid Row Template
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultSASSLESSDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
Bootstrap Theme- Main
- Main Dark
- Nordic
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Main Dark
- Opal
- Silver
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET MVC Grid allows you to implement flexible customization in its rows in terms of layout and appearance by exposing its row template feature.
This example shows how to specify your own custom layout for the rows in the Data Grid by using images and property bindings from its underlying data source.
To implement the row template feature, define a ClientRowTemplate
and, optionally, ClientAltRowTemplate
. Note that both templates must contain table row HTML elements.
For more information about the template support, refer to the resources on the Kendo UI Template Syntax.