Hi,
I’m not able to copy/select the text inside the grid cells. I’ve gone through the jqx.base.css and I found the class name with the following properties.
.jqx-disableselect
{
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
-ms-user-select:none;
-webkit-touch-callout:none;
}
Though I commented these lines in css, now I can able to select the text in Mozilla but not in Internet Explorer, Google Chrome etc.
Can someone suggest me a solution.
Looking for a reply.
Regards,
Raj