Browse By Tags

  • Export to Excel Speed

    We use the UltraWebGridExcelExporter on just about all the grids that we have in a specific web project.  However, there is one UltraWebGrid that we have that is 57 columns and can have anywhere from 50 rows to 30K rows.   The export on this grid takes …

  • Workbook' is ambiguous in the namespace 'Infragistics.Excel'

    I want try this sub from 

    http://forums.infragistics.com/forums/t/19898.aspx 

     

    protected void ExportToExcel(object sender, EventArgs e)
        {
            Infragistics.Excel.Workbook workbook = new Infragistics.Excel.Workbook();
            workbook.Worksheets.Add("Sheet1…

  • Automatically expanding a grouped grid in Excel

    I'm exporting data from a 'Grouped by' grid into Excel.
    When I open Excel, the GroupedBy columns are shown as in the grid, with the '+' .
    But I would like to know if it  is possible to show the data in Excel fully expanded automatically…

  • export data to a formated excel?

    is there any way to export the data from infragistics ultraweb grid to a specific excel file which is havinng some formats?

     say i have my template in \Templates folder in my server. (i.e \Templates\UserTemplate.xls) i want to write my data from the webgrid…

  • Wrapping Text in an Excel Spreadsheet

    I am exporting an UltraWebGrid to Excel using Infragistic's UltraWebGridExcelExporter, and I am having difficulty getting the cells in the spreadsheet to wrap their text.  Below is some sample code in the click event in which I am exporting the grid…

  • Problem with export and time column

    I have problem with time column and exporting the grid to excel.

    The column is DateTime field and i aplly format to it 'Format="HH:mm:ss"'. The data is displayed properly in the grid but when I export the grid to excel it doesn't apply the correct format…