Grid split and copy-paste

Hi, the function split and copy-paste doesn’t work the way i need, i can’t copy the part divided. See the image. I have pro version.

thanks! Laura.


grid.splitAt(2);
grid.setCSVDelimiter(“\t”);
grid.enableBlockSelection();
grid.enableKeyboardSupport(true);


Unfortunately this is know limitation. It not possible to copy to clipboard left and right parts of the grid.