I notice that when using the Items Drag and Drop example on your web site, and experimenting with it in my own code, you must drop dragged rows on rows in the destination grid to trigger the postback. If you drop on the header or an empty part of the grid body, nothing happens (and it's not because it is being cancelled by the client side OnRowDropping event handler).
Can this behavior be modified to allow triggering a postback no matter where you drop on the destination grid? If there are no rows in the grid it makes the target area uncomfortably small. If you don't need to know the location where the drop occurs, the requirement to drop on rows is too restrictive.
Regards,
Bob Reader
Can this behavior be modified to allow triggering a postback no matter where you drop on the destination grid? If there are no rows in the grid it makes the target area uncomfortably small. If you don't need to know the location where the drop occurs, the requirement to drop on rows is too restrictive.
Regards,
Bob Reader