Essential Grid copy/paste values and header labels

How do I copy (with ctrl+c) the column labels in the grid? when I select all cells and press ctrl+c, only cell values are copied to the clipboard.


1 Reply

RA Rajagopal Syncfusion Team November 22, 2007 12:20 AM UTC

Hi Bjarne,

Thanks for your interest in Syncfusion Products.

Try setting these flags in the ClipboardFlags property. This will help you to copy the header cells to the clipboard.

this.grid.Model.CutPaste.ClipboardFlags |= GridDragDropFlags.ColHeader | GridDragDropFlags.RowHeader;

Regards,
Rajagopal



Loader.
Up arrow icon