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
920
GridDocumentExporter does not export grid with RowLayoutStyle.GroupLayout
posted

Hi

I have a grid that shows staff leave information.  Each row show employee absences for each from today to end of the calendar year.  The days are group by months and the months by year using groups.  The groups are setup in the InitializeLayout event of the grid.

I am using the UltraGridDocumentExporter to export the grid to a PDF.  I can create a PDF if I comment out the code in the InitializeLayout event that create the groups.  If the groups are showing on the grid, the exported document is never created.

Is it possible to get this to work or to create the groups manually in the PDF?  I have attached a screenshot of the groups to the message.

Let me know.

James O'Doherty

Solutions and Database Architect

WINSQL Ltd

Parents
  • 18495
    posted

    Hello James,

    Thank you for contacting Infragistics.

    I'm a bit confused as to the exact issue you're facing.  In the subject of the thread you mention RowLayoutStyle.GroupLayout, but the description in your post seems more like you're grouping the grid by certain columns.

    Would you be able to provide a sample project that demonstrates the issue?

Reply Children