Browse By Tags

  • How to fetch cell by cell values from Excel to collection object in c#?

    My current code over writes the cell values , while we iterate the cells in a foreach loop iteration.

    int iGrpCount = 0;

    public class MyGroup
    {
    public int RowIndex { get; set; } // Row Index
    public int ColumnIndex { get; set; } // Column Index
    public…

  • Error during UltraWebGridExcelExporter.Export(<UltraWebGrid>) - need help!!!

    Hi everybody,

    I'm using an instance of UltraWebGridExcelExporter to export an UltraWebGrid which is created dynamically. I don't setting up UltraWebGrid.DataSource, just adding Rows and Cells using C#. But everytime I try to use UltraWebGridExcelExporter…

  • 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…

  • Excel exported not showing more than 100 records

    Hi,

    I am using web grid excel exporter. i am havin nearly 6000 records, but I am getting only 100 records in the excel.

    Can anyone help how to bring all the 6000  records. Is there any property I have to set?

    Thanks for the help

    Thanks

    S Nagaraja…

  • Exporting Entire DataSet To Excel

    There are two kinds of Infragistics exporters: UltraWebGridDocumentExporter, and UltraWebGridExcelExporter. The UltraWebGridDocumentExporter control has a property called DataExportMode. If you set this to AllDataInDataSource, it exports every record…

  • 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…

  • Excel-Style Filtering for the ASP.NET AJAX Grids

    A closer look at our range of grid controls across platforms can reveal a certain trend when it comes to filtering – the Windows Forms Grid, the WPF specific XamDataGrid and the cross-platform XamGrid – they all allow for a number of different filtering…

  • 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…

  • Exporting in SharePoint using Excel or Document APIs

    Recently a customer reported an issue with exporting the WebGrid in one of their SharePoint WebParts to Excel. As soon as the user exported WebGrid's data, the entire SharePoint page became unresponsive. All buttons and checkbox controls that were on…

  • Coloring Keywords in your Excel Worksheet

    I came up with this nifty code snippet this afternoon that regrettably wasn't suitable for my purposes (the space it needed to fit into limits line length to only 40 characters wide you see, shades of the C= 64 composite monitor.)  However, that makes…

  • How can i export an excel from a grid without some cloumn?

    as total,thinks a lot~!