Data Binding with CheckBox
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi .I have following problem with DataGridView. I use DataGridView bound to collection of objects. One of the properties is of boolean type. It is bound to CheckBoxColumn. I would like to display number of rows that are checked immediately after user checks one of the rows. Unfortunately value is pushed to underlying source only after user leaves edited cell. Is there any way how to find how many rows is checked right after box is clicked.