Selection via CheckBox
The RadGridView's API offers you a GridViewSelectColumn, with the help of which you can perform a selection via CheckBox. The purpose of this tutorial is to show you how to achieve this behavior.
Here is a RadGridView declaration, which is populated with some sample data.
In order to enable the selection via checkbox behavior, you need to perform the following instructions:
- Enable multiple selection for the RadGridView.
When you want to use selection via checkbox, then:1. Set the SelectionMode property to Extended or Multiple. Leaving it to Single you won't be able to select all of the entries in the RadGridView.2. Add a GridViewSelectColumn.
If you need further information for the GridViewSelectColumn and all other provided columns take a look at the this topic.