Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » WebGridExcelExporter (RSS)
  • Re: Export To Excel using Ajax?

    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...
    Posted to Forum by pmoffatt610 on 11-04-2008
  • Re: Changing mouse pointer before and after excel export

    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...
    Posted to Forum by [Infragistics] Derek Harmon on 10-23-2008
  • Insert Picture on Excel Export

    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...
    Posted to Forum by modashop on 10-10-2008
  • Report headers lost when Exporting to Excel

    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...
    Posted to Forum by Kjan on 09-26-2008
  • Re: Exporting to Excel with Print View

    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...
    Posted to Forum by [Infragistics] Derek Harmon on 08-28-2008
  • Re: Not getting all Data on export

    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...
    Posted to Forum by [Infragistics] Derek Harmon on 06-19-2008
  • Exporting paging Ultrawebgrid to Excel

    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...
    Posted to Forum by kaurraman on 03-11-2008
  • Export to PDF / Excel

    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...
    Posted to Forum by dsingal on 02-14-2008
  • Re: WebGridExcelExporter with GridView

    // 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.
    Posted to Forum by procapp on 02-12-2008
  • WebGridExcelExporter with GridView

    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
    Posted to Forum by procapp on 02-12-2008
Page 1 of 1 (10 items)
Powered by Community Server (Commercial Edition), by Telligent Systems