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
375
Copy AutoPreviewField Content
posted

Hi, can someone tell me how to copy out whatever displayed in the AutoPreviewField for a selected row? I've tried the following methods, but both didn't work.

1> Set the CellClickAction to CellClickAction.EditAndSelectText. It failed because the AutoPreviewField is readonly.

2> Set AllowMultiCellOperations to Copy. It works for all other cells but not the AutoPreviewField.

Parents
No Data
Reply
  • 469350
    Offline posted

     Hi,

    There's nothing built-in to the grid to allow copyng from the AutoPreview field, since it's not a real cell. You would have to implement this yourself by using the Clipboard class, I suppose. 

Children