Categories | Question details Back To List | ||
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. Answer posted by dhxSupport on Sep 08, 2009 03:42 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 http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:event_oneditcell |