Browse By Tags

  • Infragistics XAML Excel Engine New Features

    Recently (read: the latest release) the Infragistics Excel engine got a set of neat enhancements to further improve the control you have over exported or imported files. For those that are not yet familiar – it’s a library that allows you to create and…

  • HTML5 Report Viewer – Taking your Reports further!

    The NetAdvantage Reporting began as a tool that was meant to overcome limitations – namely, such of existing solutions heavily relying on Windows Forms designer and naturally restricting the area of usability among other things. It became the industry…

  • Unable to add excel exporter to design view

    Hi,

    I'm feeling stupid over here. I am unable to add the ExcelExporter to my WebForm.

    I follow the steps described in http://help.infragistics.com/Help/NetAdvantage/ASPNET/2009.1/CLR3.5/html/WebGridExcelExporter_Export_Data_to_Excel.html

    by if…

  • WebGridExcelExporter

    This problem is return line "\r\n" and i open a file Excel. In the cell, there is no return. He remained one line in the column. I tried with "System.Environnement.Newline." The problem is always the same. What is the solution? Thanks for…

  • Problem exporting to excel when group by column.

    Hi!!!

    I have a problem when I'm exporting a datagrid which is grouped by 2 columns. the problem is that column values appears in a diferent column in the grid and in the excel file. When I group by 2 columns, summary values(Totals), move 2 columns right…

  • Problem in export image in Excel when grid other columns are invisible

    Hi, I am using win UltraGrid to export table in excel. when all the columns in grid are visible then its working perfectly ok but consider the following scenario

    Image column index is 8 and 3,4,5,6,7 column are invisible then in this situation its not…

  • Export to Excel without column names

    Hello All,

     How do I use the ultraGridExcelExporter to export a ultrawingrid that has some data in it  to an Excel file, but I don't want to include the column names? I tried using this overloaded Export(grid, workbook, startRow, startColumn) but it only…

  • When i use the excel exporter it reverses my table!

    Sorry if this has been discussed before but i couldnt find it anywhere.

    When i use the excel exporter on my ultrawingrid, all the rows are reversed. Theres nothing special about my grid. It has 3 bands and is bound to a datasource, that is all.

    Has…

  • Prevent visible columns from being exported / printed

    We are in the process of adding export to XLS / PDF and printing support to our grids using the UltraGridPrintDocument, UltraPrintPreviewDialog, UltraGridDocumentExporter and the UltraGridExcelExporter.

    The core printing and export functionality is all…

  • Re: Cannot import an excel file easily into a wingrid???

    Hi Duetto,

    The Infragistics.Excel library has the capability to export and import data to and from Excel.  The WinGridExcelExporter component that exports the WinGrid data to Excel w/ a single line of code can do so because we know that the data in the…