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.
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.