You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
in my app I create grids (with jqGrids) on demand and everything works fine, but if I want to call more than once jqGrid('gridDnD', {…}) on the same grid to update target grids via connectWith parameter, new target grids are not correctly identified.
Another issue is in the drop.accept function that causes conflicts with extern draggable/droppable calls.
Hello Paolo,
Thank you for providing this fix. We will test it too and if everything is OK it will be included in the next release.
Thank you again.
I will not close the issue for now.
Best Regards
Tony
Hi,
in my app I create grids (with jqGrids) on demand and everything works fine, but if I want to call more than once jqGrid('gridDnD', {…}) on the same grid to update target grids via connectWith parameter, new target grids are not correctly identified.
Another issue is in the drop.accept function that causes conflicts with extern draggable/droppable calls.
Here's the patch
http://ardoino.com/pub/patches/jqGrid.patch
Paolo
The text was updated successfully, but these errors were encountered: