Hello,
I am using drag-n-drop between grids. It seems that the source parameter in the beforedrop() event is not set correctly. What happens is that the source parameter contains the last grid that had the jqGrid(‘gridDnD’) method called on it, rather than the actual grid where the drag began.
Here is a jsfiddle showing the issue: https://jsfiddle.net/martinwaugh/42rvzofh/
I’ve tried with v5.1.1 and get the same results.
In that example, I use the onstart() event to stash away the correct source object and compare it to the parameter in the beforedrop() event.
Am I missing something?
Thanks
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top