Newly added rows in updateFromXML.


Hi,



I have a question regarding updateFromXML method for dhtmlxgrid.
Is it possible to have newly added rows at the top of the grid instead of at the bottom?



Thanks,
Jalpa

You can use “onRowCrated” event to catch when new row is added to the grid and the move it at the top of grid with moveRowTo() method
dhtmlx.com/dhxdocs/doku.php?id=d … _moverowto