This is a migrated thread and some comments may be shown as answers.

Skip header druing copying from GridView

1 Answer 73 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pawel
Top achievements
Rank 1
Pawel asked on 09 Feb 2015, 10:47 AM
Hello

It it possible to skip copying header cell content for particular column? For cells content I can use CopyingCellClipboardContent event. Is there any event for header cells?

I found in example CopyPasteFunctionality case where for Copied event there are made some modifications. So for my case I can use this approach but I am looking for some simpler.

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 11 Feb 2015, 07:30 AM
Hello Pawel,

Copying event is thrown for all the text being in the Clipboard and CopyingCellClipboardContent event - only for the cells of GridViewCellInfo type. That being said, the approach you use is quite an appropriate one and suitable for the scenario. 

Regards,
Maya
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
GridView
Asked by
Pawel
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or