I have multiple grids, and the user can drag and drop rows from one to another. I am making use of OnRowDropping to call webservices, trigger rebinds, etc. All is working perfectly.... except when the user drops a row from one grid on to an empty grid containing only the NoRecordsTemplate. The event is raised, but the "args" object contains null for all the "target" values.... i.e.
_targetItemTableView, etc. The destinationHtmlElement is populated, so I use this to navigate backwards to find the Grid, but the lack of "target" info in this situation seems to be a bug to me.
Dave