SASS Themes
LESS Themes
Grid / API
Selection
Expand / Collapse
Resize Column
Description
Telerik 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.
The example shows how you can get a reference to the grid’s client object, collect 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 grid.
You can find more information about the available grid’s client-side API here.
ASP.NET MVC source
Also available for:
- api.cshtml
- ApiController.cs
- ProductService.cs