I want to prevent users from copying data from grid cells
I used css
td.dxgv
{   
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-user-select: none;
}
this works fine in Google Chrome, Moz FireFox, Opera but in IE not

I want that users cannot select whole grid like on the picture
css which I wrote not working in IE only
 
     
    