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.....
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 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://ko.infragistics.com/support