Activates edit mode.
void EditCell( )
Example codes can be pasted to doExample() function in GridControl's examples to run
m_GridCtrl.SelCell(1, 0); m_GridCtrl.EditCell();
GridControl.h