views:

28

answers:

0

Hi,

I bound an Eventhandler to the wx.grid.EVT_GRID_SELECT_CELL event and want to activate the editor in the selected cell. I couldn't get it working using: EnableCellEditControl or ShowCellEditControl. How can I achieve this?