I am using ui-grid v3.1.1 and have enabled rowSelection. I notice that when I enable row selection, I can no longer select (click-hold-drag) text from the rows.
I noticed the same behaviour in the example in their tutorials (second grid on the page).
It would be great to know if there is some work around by which I can still allow the user to select text, while the rowSelection is enabled.
Here is a plunkr link to the example from the tutorial.
$scope.gridOptions = {
enableRowSelection: true,
enableRowHeaderSelection: false
};