Row move and area select incompatible

Hi,

  I have a grid with two frozen columns on the left using splitAt(), but found that if moving of rows is enabled, one can not select an area on the grid. What I like to do is to use the frozen columns for moving of rows and the regular areas on the right for area selection. Is this possible?

  Thanks,

Unfortunately your issue is not clear.
Please, try to explain it in the other words or try to add some screenshots describing the issue.

Basically, these two statements do not work together.

mygrid.enableBlockSelection(true);
mygrid.enableDragAndDrop(true);

The event for black selection is the same as drag and drop of row move (left mouse click and move). But since I have the slit columns, I like to use the frozen column area for drag and drop and the scrollable area for block selection.

Unfortunately it’s not available to use drag’and’drop functionality with block selection.