select_filter with DragAndDrop

Hi, I have two grids.

The first has a select_filter, when I DragAndDrop one item to second grid, and change the select_filter and changed again the item

that was DragAndDrop, still there. What???

When grid switched to filtered state, it memorize original state and restore it back, after filtering removed from grid.
If you have added or deleted row to|from grid in filtered state, operation will be reverted after filtering removing ( grid will restore old state, which doesn’t contain info about modification.

While it possible to workaround issue for direct add|delete commands
dhtmlx.com/docs/products/kb/inde … r%20delete
It will require a lot of coding to allow d-n-d from|to grid in filtered state.

I use your answer, and my problem solved. But if i use d-n-d, filter and paging. The rows of the pages two, tree, four, not delete.
If i filter and i try delete, row that are in the pages two, and d-n-d to the grid two, the row not delete. The row continue in the grid one, and add the grid two.
I use dhtmlx.com/docs/products/kb/inde … r%20delete this solution, but with paging
yhis solution not working. Why??? Thanks…

Issue can’t be reconstructed, the local sample, which uses the same approach - works correct ( working sample sent by email )
Which version of grid you are using?

I’m use grid 1.6.

The problem not occurs for dhtmlxGrid 2.0 and may really exist in earlier builds of dhtmlxgrid 1.6
Please contact us directly at support@dhtmlx.com - we will provide you latest version of dhtmlxgrid.js with fixes related to your problem