Hi,
I set FieldSettings.AllowEdit to false and would like to copy(Ctrl+C) the cell of grid.
But it seems I can't select the text of the cell.
Is current version provide this functionality?
Thanks
Hello,
In 9.2 version, you can use the clipboard support and copy the content of the selected cells with Ctrl + C.
You have to turn on this feature first
XamDataGrid.FieldLayoutSettings.AllowClipboardOperations = AllowClipboardOperations.Copy;
and then select the cells that you want to copy and press Ctrl + C.
I downloaded an evaluation copy of Infragistic's WPF controls and its version is v9.1. I do not seem to have the AllowClipboardOperations property available to me. Is this because I am using v9.1 instead of v9.2? If so, how would I get v9.2 for evaluation?
Thank you,
Bill
Hello Bill,
Yes. Clipboard support feature was introduced in volume 9.2. You can download the trial version from here.