onDrop Event problem

Hello,

I am using Dhtmlx PRO 2.5 version.

I have the following problem:

When I drag and drop a row into the grid, my onDrop event triggers. But when I drag and drop a row beyond the bottom border of the grid, my onDrop event never triggers.
Could you tell me how to catch that event?
Thanks

Hello,

By default onDrop event is not fired when you drop row behind grid container. You can specify custom onDrop zone. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … m_drag_out
This is work around for Tree, but the same can be done for Grid