I am using one main page, from that main page i am calling one pop page..In that pop up page using Ultra grid excel exporter ..its firing the exporter event but i am not getting the excel file.....
Hi sureshmphasis,
I have investigated your scenario and was able to export data to Excel from WebDailogWindow using the UltraWebGridExcelExporter control. I am assuming your data set is bound as the DataSource of a UltraWebGrid (as the exporter works only in conjunction with a grid).
In case you don't need to display a grid you can use define a (temporary) ultraWebGrid in you code behind in your handlers to which you bind your dataset. That way on postback you can execute the Export method.
You can find more useful information and guides regarding the grid Excel exporter at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.1/CLR4.0/?page=Web_WebGridExcelExporter.html
Please contact me if you require further assistance.
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
I am also having a similar problem. I need to export data to xls from my WebDialogWindow.
Is there any class / control where i can save the excel file from my dataset with specific format and then open the file.
Can you please suggest me any alternate option how to achieve export to excel from WebDialogWindow
ThanksSuresh
Hi there,
We are aware of the issue, but the only fix to this problem requires us to pre save the PDF on the server storage and after it is downloaded then some application code has to clear the temporary generated file. Additional complexity adds how do we know that client has finished downloading the file so that we can safely delete it on the server. This is a limitation in the product that can not be fixed due to internet explorer problems. The only suggestion I can give is not using modal windows.
Thanks,
Lubomir