Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 3.13 KB

File metadata and controls

31 lines (22 loc) · 3.13 KB

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)