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.
Hey Infragistics- Don't ever delete the old posts. This 2009 post helped me in 2015. Thank you