This question is locked. New answers and comments are not allowed.
I'm using the below line to export data from Radgridview to csv file
exportgrid.Export(stream, GridViewCsvExportOptions);
how to format the exportgrid header, font ?
I'm using the MVVM architecture. Can some one help me in formatting the Radgridview through viewmodel.
Regards,
Veda