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.
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!