Hi Juan,
Thanks for contacting Syncfusion’s support.
We analyzed your query and we suggest you to set the “enableTouch” property of Grid as “false” to select the content in cell. Please refer to the following code example:
$("#Grid").ejGrid(
{
. . .
enableTouch: false,
. . .
}); |
Regards,
Saravanan A.