Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
ultraGridExcelExporter
posted

 

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

Parents
No Data
Reply
  • 12480
    Offline posted

    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.

Children