I have a grid. We have have Drag and drop of rows in grid and tree grid. Do you have a method (similar load/save open states) where order of rows is saved (may be in cookie) and loaded (may be from cookies) automatically?
Current version of dhtmlxGrid doesn’t have functionality which can allow you to save rows order in cookies or at server side.
As a workaround you may use drag-and-drop events and manually send additional Ajax request to the server side with information about row’s order. Next time you will load the grid your server side code should return rows in necessary order.