New to Telerik UI for ASP.NET Core? Download free 30-day trial
API
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik 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.
The example shows how you can get a reference to the grid’s client object, collect the numeric value entered by the user and use this value to select, expand/collapse grid rows or resize columns using the select()
, expandGroup()
/collapseGroup()
and resizeColumn()
client methods of the ASP.NET Core Grid.
You can find more information about the available grid’s client-side API here.
More about Telerik Grid for ASP.NET Core