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
105
Copy cell data that is not editable
posted

I would like a non-editable cell, but I would still like to be able to copy the data from it using Ctrl-C.  When the FieldSettings has AllowEdit=false, you cannot select or copy the data.  When I use a style to set the IsReadOnly property to true on the XamTextEditor, you can copy the text, but it fires the EditModeStarting and EditModeStarted events and it looks like you can edit the field but you cannot.

Is there anything else I can do where a cell does not look editable, but still allows you to select and copy the cell text?