affects block selection, so it will copy/paste only the visible text, not the values behind
mode | boolean | affects block selection |
//enable label selection
myGrid.forceLabelSelection(true);
//disable label selection
myGrid.forceLabelSelection(false);
Back to top