Не срабатывают события на контроле tree-grid связанные с DragDrop. События попроще работают.
function DataTreeGridOnDragDrop(DataGrid, SourceDataGrid, DataGridColumn, RowIDs, DestinationRowID, DropMode, WithCtrl) {
debugger;
}
function DataTreeGridOnDragDropSystemObjects(DataGrid, DataGridColumn, SystemObjectsList, DestinationRowID, DropMode, WithCtrl) {
debugger;
}
function DataTreeGridOnDragOver(DataGrid, SourceDataGrid, DataGridColumn, RowIDs, DestinationRowID, DropMode, WithCtrl, Accept) {
debugger;
}