New to Telerik UI for ASP.NET MVC? Download free 30-day trial
ASP.NET MVC Grid API
- 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
- Material 2
- Material 2 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
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik UI for ASP.NET MVC Grid exposes rich client-side API and events, which provide easy configuration or extension points for custom functionality on top of the built-in features.
This demo shows how to get a reference to the client object of the ASP.NET MVC Grid, collect the numeric value entered by the user and use this value to select, expand or collapse its rows, or resize columns by using its select()
, expandGroup()
, collapseGroup()
, and resizeColumn()
client methods.
The Grid also contains a Telerik UI for ASP.NET MVC ToolBar instance which enables you to hide the tools that do not fit its width and allows you to programmatically determine their rendering. By default, the ToolBar allows you to choose from three different overflow modes for smaller screen sizes: Menu Mode
, Scroll Mode
, and Section Mode
.
For more information about the available client-side API, refer to the API documentation of the Telerik UI for ASP.NET MVC Data Grid.