EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: A-K on August 21, 2014, 03:11:52 PM



Title: bug in drag and drop datagrid
Post by: A-K on August 21, 2014, 03:11:52 PM
Hey, I found a bug in the drag and drop datagrid,
After using the method 'refreshRow' on a specific row you can no longer drag and drop to that location.
In the images below I am showing the datagrid before the refresh of the rows which everything works fine,
and in the next image I used the following code which is just an example:
Code:
$('#dg').datagrid('refreshRow', 0);
$('#dg').datagrid('refreshRow', 1);
$('#dg').datagrid('refreshRow', 2);
$('#dg').datagrid('refreshRow', 3);

after this code you can no longer use dnd in any of the rows which is a huge problem.
Please any fix will be really helpful!

Thanks, Alon.


Title: Re: bug in drag and drop datagrid
Post by: stworthy on August 22, 2014, 04:13:04 AM
Please download the patch file from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4-patch.zip


Title: Re: bug in drag and drop datagrid
Post by: A-K on August 22, 2014, 05:43:23 AM
Thanks! The problem is solved.