I am using version 11.2 of the WebDataGrid. The copy/paste functionality works very well using Ctrl-C/Ctrl-V. I would like to implement that functionality via a context menu. Are there any javascript methods available that invoke Ctrl-C/Ctrl-V functionality?
I know I could write own javascript methods that go through the selected cells and add the data to the clipboard, but I would prefer to use your built-in methods if they are available.
hi ,
I am using infragistics 11.2 and i am working on ultrawebgrid ,i want to use the clipboard functionality in a way that whenever a user on any cell of the grid tried to copy should get copied in the clipboard upto 24 copies of data and must be available in clipboard on any windows office application, i am not able to use the grid as it contains clientside events with same parameters
Please help me in the same
Thanks & regards ,
Seema Sharma
That worked beautifully.
Thank you.