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);

}