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
35
SharePoint 2007 (MOSS) problem exporting UltraWebGrid to excel.
posted

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:

protected void exportNow_Click(object sender, EventArgs e)

{

exporter.Export(gvw_oop);

}

Parents
  • 78
    posted

    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?

Reply Children
No Data