Skip to main content Skip to footer

Copy Data from a DataTemplateColumn in C1DataGrid

Background:

While copying (Ctrl+C) a C1DataGrid, data present in the DataTemplateColumn is not copied by default.

Steps to Complete:

To copy the data present in the DataTemplateColumn, use the GettingCellValue event of the DataGridTemplate column by following the code shown below:

Ruchir Agarwal