Skip to content

DevExpress-Examples/winforms-grid-multiselect-rows-with-checkbox-column

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

WinForms Data Grid - How to use an unbound checkbox column to select data rows

The Grid View in the Data Grid control can display a built-in checkbox column. Users can use the checkbox column to select multiple rows.

Do the following to enable the checkbox column:

In v18.1+, you can sync row selected states with a Boolean field in the bound data source. A checkbox column's bound mode ensures that row selection persists whenever you filter or group grid data.

Read the following topic for more information: Multiple Row Selection Using Built-In Check Column and Selection Binding.

Documentation

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)