New to Telerik UI for ASP.NET MVC? Download free 30-day trial
Selection
- EXAMPLE
- VIEW SOURCE
- Edit in Theme Builder
-
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
There are situations when you’d like to enable your users to select rows or cells in the grid table, and process data from them or make calculations based on this selection. The MVC Grid supports selection by specifying its configuration through its Selectable -> Mode and Type attributes.
The accepted values for Mode are Single and Multiple, while these for Type are Cell and Row.
As of R2 2017 you can persist the row selection after data operations by setting the PersistSelection property to true.
More details are available in the documentation.