This question is locked. New answers and comments are not allowed.
Hi,
I've a GridView which has only CheckBox columns. With the default settings if one wants to change the check state of one cell, it's a multi-step operation:
1. Click the cell -> the row gets selected
2. Click the cell again -> the checkbox check state changes
3. Tab/focus out -> the underlying bound source is updated
Is it possible to somehow make this a one-click operation? Meaning, when the user clicks anywhere on a checkbox in the grid, its check state is changed AND the binding is updated without the need to focus out?
Thanks!
I've a GridView which has only CheckBox columns. With the default settings if one wants to change the check state of one cell, it's a multi-step operation:
1. Click the cell -> the row gets selected
2. Click the cell again -> the checkbox check state changes
3. Tab/focus out -> the underlying bound source is updated
Is it possible to somehow make this a one-click operation? Meaning, when the user clicks anywhere on a checkbox in the grid, its check state is changed AND the binding is updated without the need to focus out?
Thanks!