New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Grid Server 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
Description
The Telerik UI for ASP.NET MVC Grid allows you to implement flexible customization for its rows in terms of layout and appearance by exposing a row-template feature.
This example demonstrates how to configure a server row
template in the ASP.NET MVC Data Grid by defining the template in the
.RowTemplate()
setting. Additionally, you can specify your own custom layout for
the Data Grid rows by using images and property bindings from its underlying data source.
For more information, refer to the official Telerik UI for ASP.NET MVC Data Grid product documentation on templates.