Hi there
robin@alldunn.com 29.12.2005 17:30:10 >>>
Try EnableCellEditControl instead.
Excellent, worked like a charm.
BTW, there is an old mixin class in
wx.lib.mixins.grid that implements this functionality. I don't know if
it still works but it is very simple so I don't see why not. (Although
it could be updated to use wx.CallAfter instead of a plain EVT_IDLE
event handler.) Just derive a new class from both wx.grid.Grid and
wx.lib.mixins.grid.GridAutoEditMixin.
Tried this, but it doesn't work..
but since I want to start editing only in some columns (not just all editable columns), the other solution fits me perfectly.
Thanks..
Arnar