New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core 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
- 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 Core 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 Core 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.
For more information about the available client-side API, refer to the API documentation of the Telerik UI for ASP.NET Core Data Grid.