AD
Administrator
Syncfusion Team
January 27, 2006 04:07 AM UTC
Hi Akash,
try handling the ClipboardCopy event. There you could access your data directly and copy them to the clipboard. After you copied the data to the clipboard set e.Handled = true and e.Result = true. This ensures the grid won''t handle the event itsself.
Also, make sure you set
grid.Model.CutPaste.ClipboardFlags = GridDragDropFlags.Text;
Stefan