Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
260
Value changed on a Checkbox cell
posted

Hi,

I am using UltraWinGrid which contains a boolean column. So each cells is displayed correctly as a checkbox.

The grid data is handled by a binding object.

When the user clicks on a cell, the checkbox is checked or unchecked as expected. But my data object is notified of a CellValueChanged only when the user clicks outside of the grid.

There is any way to handles the checkbox clicks or state changed to force a data update ?

I tried to handle the CellChange event and, if it is a checkbox cell, force an exit of the edit mode. But it doesn't work as expected, it blocks the native checkbox behavior...

Best regards,

Jean-Charles Durand