I have an UltraWebGrid that has grouping enabled. When I export this grid to PDF, the resulting document always has all groups fully expanded. I would like the exported document to match the group expansions that are currently shown in the grid, ie fully collapse 2006 and 2007 but fully expand 2008. Is there any way to do that?
Thanks,
Dave Larson
Hi
I need the code for exporting webgrid to pdf . Please help me to do this.
Look at the Infragistic sample code for WebGrid, ExportingData at http://localhost:1024/igSamples/WebFeatureBrowser/Default.aspx
That has a fairly complete example of how to use the UltraWebGridDocumentExporter.
DaveL