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
Hey Infragistics- Don't ever delete the old posts. This 2009 post helped me in 2015. Thank you
Hello Bill,
Yes. Clipboard support feature was introduced in volume 9.2. You can download the trial version from here.
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
the event args expose e.Values collection. From there, you can modify the values of the cells that you are copying.
if i want to change the text copy to clipboard, what property of ClipboardCopyingEventArgs i need to set?