I am using the clipboardPasting event to handle the pasting of data into a DataGrid. My users can initiate this by using ctrl-V, however if they are in editMode of a cell, this option is not available. How can I make it available when in editMode and also make it available via a contextMenu item?
Chip
Hello Chip,
I am just checking if you require any further assistance on the matter.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
If a cell is in edit mode it is possible to paste data into it. There is a build-in context menu that allows the end user to Cut/Copy/Paste.
Can you please give more detailed description of what you are trying to achieve?