EasyUI Forum
May 09, 2024, 06:19:06 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: bug in drag and drop datagrid  (Read 7911 times)
A-K
Full Member
***
Posts: 122


View Profile WWW
« 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.
« Last Edit: August 21, 2014, 03:14:33 PM by AlonKatz » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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
Logged
A-K
Full Member
***
Posts: 122


View Profile WWW
« Reply #2 on: August 22, 2014, 05:43:23 AM »

Thanks! The problem is solved.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!