wxgrid object

Alex Couper wrote:

Any ideas on how to turn off cell selection on a wxgrid object?

Cheers

Alex Couper

Bind the various events that select the cell/cells, so row and col
left/right click and into that methods don't call event.Skip()

Bye,
Michele