Hai there..
In My coding , i have used used two events.. One is 'AfterExitEditEvent' and aonther is 'BeforeEnterEditMode' events.
In my grid first three columns is comboDropdown Columns. After Exit event from Router cell, i am clicking Unit cell which Beforeentereditmode event get fires.. There arise Error called "Can't Access Selection Start Unless the editor is in Edit Mode." . But i cant find Error on Particular line of code. it just arises once Beforeentereditmode EVent coding Completes.
Hi,
What version of the grid are you using?
You cannot access the SelectionStart in those event. You can only access it for the ActiveCell, so you should use AfterEnterEditorMode to be sure the cell is in edit mode.