how to disable range selection in wx.Grid?

after many googles & tries I couldn't find a method to disable range
selection in wx.Grid.

I am not 100% sure, but I think catching wx.grid.EVT_GRID_LABEL_LEFT_CLICK
and NOT doing evt.Skip() in the handler should work.

Jirka

No, it doesn't work. It would be weird to work, I mean that event is
fired when clicking the label...

sorry, i answered too quickly. a 'range selection' connected in my head
to a column selection through clicking the label.

jirka