Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by richard white on May 08, 2009 09:17
open dhtmlx forum
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
Answer posted by dhxSupport on May 11, 2009 03:44
Thank you for informing us. This bug was confirmed. We will work to fix this issue. 
Answer posted on May 11, 2009 03:51
thanks
Answer posted by dhxSupport on May 11, 2009 04:03

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

Answer posted on May 11, 2009 04:25
i have done as suggested but it has not fixed the bug

thanks
Answer posted on May 11, 2009 04:30
does it make a difference that i am loading data through xml

thanks
Answer posted by dhxSupport on May 11, 2009 04:47

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

Answer posted on May 11, 2009 06:04
we are using version 2 and have had no updates since it was launched

thanks