I have an Ultragrid where each row spans multiple rows in the layout. How can I flatten my grid while exporting into an Excel file as a single row using UltragridExcelExporter?
I tried ClearGroupByColumns, but my file is still not flat.
Irena
Hi Irena,
This depends on how you are setting up the layout of your grid. Are you using RowLayouts or Groups and Levels? Or are you using a different method? Please let me know.
ClearGroupByColumns is used to clear out GroupBy sorting of rows and doesn't apply to your layout.
Mike, thank you for replying.
I am using RowLayouts, no groups or levels