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
1095
CheckBoxColumn and cell focus
posted

Ive added a CheckBoxColumn to my grid. The grid is again bound to a collection of data.

The CheckBoxColumn displays the data correctly. If i want to change the data value somewhere by clicking the checkbox, i observe that I have to click 2 times to achieve this. The first click puts the focus rectangle on the cell and the second click modifies the checkbox value.

Is there some option i havnt set when i have this behaviour in the grid ? ( Im pretty sure im missing out on some setting, im just tired of looking for it .. :p, thus asking here ).

Edit : and to be explisit: I want only 1 mouse click in a cell with a checkbox in it to change the checkbox value.

Thanks

Øyvind