Upon clicking the button to do the export, excel will open empty. (Data never gets there). AND all other functionality in my web part stops (including javascript). I can no longer click paging or anything else. Page must be refreshed in order to continue using.
I was told that this component would work in Sharepoint. I cannot seem to make it work.
Here is my method call:
{
exporter.Export(gvw_oop);
}
I am having a similar problem with the UltraWebGridExcelExporter v8.2 and MOSS 2007. My data DOES export but then all other functionality in the web part stops and the page must be refreshed to continue using.
As above, the Export(grid) command is the culprit.
Any solutions?
I didn't get a lot of help from anyone, so my solution was to abandon the IG controls and roll something of my own.