Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
615
Can't Access Selection Start Unless the editor is in Edit Mode.
posted

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.

 

Parents
No Data
Reply
  • 469350
    Offline posted

    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.

     

Children
No Data