dhtmlxGrid - editmode

Hello dhtmlxTeam.



I try to find a function to know if a cell is in edition.

Something like that :

if (dhxGrig.cells(2,16).isInEditMode())

{



}



Is there something to do that ?



Thanks in in advance.

At one moment of time only one cell can be in the edit mode. You can attach “onEditCell” event to the grid to catch when cell’s editor is opened. Please find more information here dhtmlx.com/dhxdocs/doku.php?id=d … oneditcell