How do I operate batch data!

hi,
In my project development process requires data batch operation, what better solutions, such as before using any such as table is pictured here can batch operation, excuse me is to use the grid is there a better way to solve data batch operation,

                       Thanks.......


hi!

Why nobody answer my question? Who can tell me!

How delete In the grid in multiple items?

You can get ids of checked rows with getCheckedRows() method and then delete rows one by one with deleteRow() method
docs.dhtmlx.com/doku.php?id=dhtm … heckedrows
docs.dhtmlx.com/doku.php?id=dhtm … _deleterow