Hi,
I m using the Syncfusion exporting functionality to export data of a datagrid which has a lot of columns,
"WordExport exp = new WordExport();
exp.Export(gridProperty, rows, fileName, false, false, ExportTheme.BootstrapTheme, true, filePath,
true);"
The issue is that the columns are exported below each others not in the same row, like the attached image.
Kindly let me know what to do to make all columns exported at the same row.