We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Enable text selection

How can I enable text selection in the grid?

1 Reply

VA Venkatesh Ayothi Raman Syncfusion Team March 20, 2017 12:48 PM UTC

Hi David, 
Thanks for contacting Syncfusion support. 
We have achieved your requirement by disabling the enableTouch property in Grid. If we disabling the enable touch property, then we can able to select and copy the cell. Please refer to the following code example and sample, 
Code example
@Grid 
<ej:Grid  runat="server"  ID="Grid"  EnableTouch="false"  AllowPaging="true" > 
         <Columns> 
                . . . 
         
        </Columns> 
 . . . 
    </ej:Grid> 

Regards, 
Venkatesh Ayothiraman. 


Loader.
Live Chat Icon For mobile
Up arrow icon