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.
Hi Mike, thanks for the information. I've implemented myself.
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.