Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ramakrishna on Jul 09, 2008 04:40
open dhtmlx forum
DHTMLX Grid : How to get id of the last added row

Hi,
I want the id of the last added row in the grid, how to get that ?
Answer posted by Support on Jul 09, 2008 07:34
The component can't provide such info, the ID of last row can be taken
      grid.getRowId(mygrid.getRowsNum()-1);
but it just a last row in grid, not the last added row