We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon