How to get the rows which are modifed

Hi,

I am using DHTMLXGrid with checkbox column(s) and one label column.

Instead of updating all rows… I want to update only modified rows

So, How do i get all the rows which are modified (checkbox checked or unchecked) ?

Please advise.

Do you know what’s dataprocessor?
Here is an example of using dataprocessor:
http://docs.dhtmlx.com/packages/tutorials/grid_server.zip
It will help you!

You may also try to use the getChangedRows() method:
docs.dhtmlx.com/api__dhtmlxgrid_ … drows.html