In this Kendo grid demo :
http://demos.telerik.com/aspnet-mvc/grid/selection
I can select mutil rows, but how can I select the text "France" in the first row?
The user probably will need to copy some of the values from the cell, but if I enable the row selection I can no longer select text from cell.
Edit 1: Something like this:
But I couldn't use mouse to select text in that demo