Hi,
I am doing the following steps to export the grid:
1. A data table bind to main grid
2. Saving the layout of the main grid in an XML file
3. Starting an asynchronous thread
4. Creating replica of above data table
5. Creating a new runtime instance of grid
6. Binding the replica with runtime grid
7. Loading layout file into runtime grid
8. Calling Refresh() method for each summary
9. Exporting runtime grid into PDF
Now in PDF, summaries are shown, but there value is empty. As far i can guess, value of summary is still computing, and grid finish exporting.
Please help to view the value of summary in PDF.
Thanks.
What version of the controls are you using? You probably just need to get the latest service release.
How to get the latest service release - Infragistics Community
v 12.1 WinForms