The event “BeforeRowDrop” is not firing when dragging and dropping between 2 grids. According to my testing in this snippet it will fire when dropping back onto the source grid, but not on another grid.
Grid event "BeforeRowDrop" not firing
sematik
#2
I apologize for the delay with the reply.
Please, note that the beforeRowDrop
event occurs for the target grid, and not for the source grid.
kcasarez
#3
At this point, it doesn’t seem to be working at all. If you’ll notice in the snippet I created, the beforeRowDrop event is defined for both grids just in case, but never fires.
sematik
#4
Thank you for your report. The problem is confirmed. We’ll try to fix it in the future updates.
sematik
#5
We have fixed your reported problem in the latest 7.1.1 update.
Now the beforeRowDrop event shouold trigger correctly.
Thank you once again for your report.