While copying (Ctrl+C) a C1DataGrid, data present in the DataTemplateColumn is not copied by default.
To copy the data present in the DataTemplateColumn, use the GettingCellValue event of the DataGridTemplate column by following the code shown below:
Ruchir Agarwal