The DataGridToPdfConverter and DataGridToExcelConverter classes provide the functionality to customize the column header while exporting a DataGrid to an Excel or PDF document. This can be achieved by ...
Initialize the SfDataGrid widget with all the necessary properties. In the cellExport callback, check if the column name is "DOJ" and the cell type is DataGridExportCellType.row. If the conditions are ...