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
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
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.