I am trying to export a Ultrawebgrid to Excel using the UltrawebGridDocumentExporter. Is this possible? I am not trying to do two at the same time. When my user clicks on the menu item, I check to see if Excel is running,if it isnt I just export the grid. If it is, I pop up a dialog box. The box queries the user on whether he wants to export the grid to a new workbook or a new worksheet or cancel. I need help with the export to a new worksheet in the existing workbook already in Excel.
I am running Infragistics 8.2.20082.1000 and VB.NET in Visual Studio 2008.
thanks,
Travis
Unfortunately, you were right. thanks again for your help.
OK. Our test server will be setup early next week. I will try it then and get back to you.
thanks again for you quick responses.
This likely works on your development server because your client machine and server happen to be the same computer. I would not expect this to work when deployed.
Oops, typo, I am using the ultrawebgridexcelexporter. Thanks for the quick reply. Right now I am just running in debug. The program can see if excel is running and if it is, it pops up the webdialogwindow. This works in the asp.net development server. Are you telling me that it wont work when I deploy?
Use the UltraWebGridExcelExporter control instead.
The UltraWebGridDocumentExporter is made to export the contents of WebGrid to a PDF or XPS document.
tharrell said:When my user clicks on the menu item, I check to see if Excel is running,if it isnt I just export the grid. If it is, I pop up a dialog box. The box queries the user on whether he wants to export the grid to a new workbook or a new worksheet or cancel. I need help with the export to a new worksheet in the existing workbook already in Excel.