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.