|
Browse by Tags
All Tags » WebGridExcelExporter ( RSS)
-
Update: changed pagemethods call to: PageMethods.exportOverviewGrid_to_Excel(OnCallexportOverviewGrid_to_ExcelSuccess, OnCallexportOverviewGrid_to_ExcelError, oWebTab); getting response from server side code in form of error: A circular reference was detected while serializing an object of type 'Infragistics...
-
HTTP has a request-response message exchange pattern, meaning each HTTP request from the browser can have only one HTTP response from the server. So when you postback to do an Export, the HTTP response from the server is going to be the binary Excel (.XLS) file. If in addition to the Export, you make...
-
Hi, I need to export a list in Excel with nested picture inside ... If i use the normal export procedure with Header change in the excel file i find the right picture but not in line with the data . If I use the Infragistics UltraWebGridExcelExporter The result it's to have the html code in the Cell...
-
Hello, I recently upgraded from NetAdvantage for .NET 2008 Vol. 1 CLR 2.0 to NetAdvantage for .NET 2008 Vol. 2 CLR 2.0. I am using Visual Studio 2005 with VB. Before I upgraded, I was able to have a couple of merged regions along the top of my worksheets in Excel as report headers and then start the...
-
I think the following example should help you put heading information at the top of your exported Worksheet, http://news.archive.infragistics.com/readmessage?id=%3C412c8c19$1@news.shersoft.com%3E&group=infragistics.products.netadvantage.aspnet.webgrid Basically, you create one or more WorksheetMergedCellsRegions...
-
When you call Export() in anything but ExportMode .Custom , it terminates the text/html MIME type response being prepared by the Page and instead begins the binary application/ms-excel MIME type download of .XLS data to the client (in a custom export, you are responsible for doing with the binary stream...
-
Hello Expertzz I am using Ultrawebgrid1 on my asp.net page in vb.net.I have done paging in Ultrawebgrid1.Problem comes when i export to excel.Its only exporting first 100 records (first index page) but total records are 5585.I am doing following to export to the excel FillDetails() //function for binding...
-
I am using the new export feature that is part of 7.3 that let's you export the content of the grid to PDF / Excel. When I use it on my development machine both PDF and Excel exports work fine, but when I deploy it to my production servers running IIS 6.0 the export feature does not work. On further...
-
// As an alternative, you can always create an Infragistics WebGrid on the fly during your export process - bind it to the same data in the gridview, and then use the ExcelExporter. Is there any example to create & use webgrid on the fly ? Thanks Tony.
-
In an existing application which has lots of GridViews, Export to Excel functionality needs to be added. Rewriting all the gridviews to webgrid is not a feasible option. Is there any way to use WebGridExcelExporter along with GridView control ? Thanks
Page 1 of 1 (10 items)
|
|