enjoyit
2016-04-14T14:07:07Z
Hi,

is it possible to prevent the change/jump to a row when selecting/delselecting a checkbox?

regards... 🙂
Igor/10Tec
2016-04-14T14:59:08Z
You could try to use the MouseDown event for that. Analyze what cell part is clicked (the eCellPart parameter of the event), and if it is the check box, prevent selection change by setting the bDoDefault parameter to False. However, in this case you will need to check/uncheck the check box programmatically as you ignore the whole default behavior for the mouse down event.
enjoyit
2016-04-20T09:40:30Z