Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
895
How can I select and copy the text of a read only cell?
posted

Using VS2010 APS.Net 11.2 controls.

I have a cell in a WebHierarchicalDataGrid that is read only. I can select the cell; it has a orange borders.

However, I cannot select and copy the text.

Is there a way in the CSS or Column of a cell to enable this?

Thanks,

Brian.

 

Parents
No Data
Reply
  • 14049
    Verified Answer
    Offline posted
    Hello Brian,

    If you have the Selection behavior enabled in the grid, it prevents default
    browser text selection.
    You can either remove the selection behavior (not sure if it's an option
    for you) or use our new Clipboard behavior to copy selected cell values.

    --
    Best regards,
    Alexander Kartavov
    Infragistics Team
    ASP.NET/jQuery Development Manager

    > Using VS2010 APS.Net 11.2 controls.
    >
    > I have a cell in a WebHierarchicalDataGrid that is read only. I can
    > select the cell; it has a orange borders.
    >
    > However, I cannot select and copy the text.
    >
    > Is there a way in the CSS or Column of a cell to enable this?
    >
    > Thanks,
    >
    > Brian.
    >
Children