Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ap on Mar 01, 2009 05:15
open dhtmlx forum
call to openeditcell and closeeditcell

Hi....

I need help! I need scripts openeditcell and close editcell, i want openeditcell and close when capture events diferents than doubleclick in cell


thanks....
Answer posted by Support on Mar 02, 2009 06:21
To start cell edit
         grid.selectCell(row_index, column_index)
         grid.editCell();

To stop cell edit
        grid.editStop();