Hi,
Any methods available in client side to get edited, deleted and newly added rows separately?
I want to construct XML from changed (edited/deleted/added) rows and need to send to server.
But I don not want to use dhtmlxConnector in server side.
dhtmlxGrid hasn’t appropriate method to get edited, deleted or updated rows. You can try use dhtmlxDataProcessor library. This library monitors changes in the grid and uses a simple protocol to interchange with the server side code. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … cessor:toc