DHTMLX Pro v. 2.6 -SPLIT MODE AND DRAG AND DROP FIXED COLUMN

Hi,

We’ve migrated from DHTMLX v. 2.5 to the latest version 2.6 and many error we got with split mode in the treegrid have been solved, but we still have a problem with a d-n-d operation.

Once you apply the spliAt(1) in the treegrid and attempt to drag an element from the fixed column to a new position it doesn’t work because the drag behaviour setting are not applied.

/*
treegrid.enableTreeGridLines(true);
treegrid.enableDragAndDrop(true);
treegrid.setDragBehavior(“sibling-next”);
treegrid.enableColumnMove(true);
initializeGrid(treegrid);
treegrid.splitAt(1);
*/

When you drop the dragged element in the fixed column, it only inserts the element as child and it’s not care of the “sibling-next” configuration.
Also, the black underline style which d-n-d uses while you’re dragging the element doesn’t appear in the fixed colum.

Thanks,

This issue confirmed and will be fixed at the next version of dhtmlxGrid.