Hello Support,
I have a C1DataGrid with headers that contains a label which text property is bound to an object.
All is constructed at runtime inside the AutoGeneratingColumn event.
When I want to export my grid to Excel, the column hearders are not exported. This is normal as the header is templated.
What is the best way to have my custom header string be exported to Excel ? If I understand, the ToString() method will be called on each column hearder property instead, but how do I actually override this method only once and for all column type (I let the grid decide which column type is best for hte data type being displayed) ?
Thank you for your help,
-jeff.