grid dragging and dropping problem

Hi



we have a grid with lots of rows in it. the grid also has a footer.



when dragging one of the top items down the grid, if we drag over the scrollbar or the footer at the bottom of the grid then the grid starts scrolling up instead of down



do you have a fix for this please or something that we can do



thanks

Thank you for informing us. This bug was confirmed. We will work to fix this issue.

thanks


As a quick solution try to use following order of commands:


mygrid.attachFooter(“1,2”);
mygrid.init();
mygrid.enableDragAndDrop(true);


In such case mentioned bug shouldn’t appears



i have done as suggested but it has not fixed the bug

thanks

does it make a difference that i am loading data through xml

thanks


What version of dhtmlGrid do you use? Could you please provide us sample where we can reproduce this issue? You can send it directly to the support@dhtmlx.com


>>does it make a difference that i am loading data through xml


This issue doesn’t related to the grid loading types

we are using version 2 and have had no updates since it was launched

thanks