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
30
Extracting rows in group-by hierarchy on server?
posted

I would like to iterate through a grid which has group-by enabled so I can build an object structure which retains the group-by hierarchy. I'm doing this so I can convert the data into another format.

How should I do this?

Thank you.

  • 30
    posted

    What I'm trying to say is:

    When I use a WebDocumentExporter to make a PDF of the grid, it preserves all the group-by settings the user has applied. How can I get at that information myself? I want to generate my own PDF using the raw data. Currently I only know how to access the flat list of rows.

     

    Thank you.