Browse By Tags

  • Excel Import Examples

    Is there a howto or sample app for importing an excel file or doing a copy paste from excel to webgrid?

  • UltraWebGrid upgrade from V7 to V11 - IE8 presentation

    This is just some information about things we found in our environment.

    If you had UltraWebGrid1.DisplayLayout.UseFixedHeaders = True 

    and used

            UltraWebGrid1.Columns(iCol).Header.Caption = "Customer"
            UltraWebGrid1.Columns(iCol).Header.Fixed…

  • Excel Export & Filter

    I'm using the UltraWebGridExcelExporter control to export my WebGrid data to an Excel file. So as to export all data (and not only the first 50 rows), I use the following "technique", as advised in the (defunct-now) old Infragistics forum …

  • I have a problem exporting infragistics’ objects to Excel.

    We have an application where we export to Excel files using “UltraWebGridExcelExporter”, but it shows the following error:
                       "Internet Explore cannot download form.aspx of xxx.xxx.es "
     "Unable to open this Internet…
  • Exporting WebDataGrid V10.2 using WebExcelExporter V10.2 using Infragistic2 for Excel2007 format

    Actually I am trying to export webdatagrid using WebExcelExporter in Infragistic2 .  I am using following code for that.

    -------------------------------------------------------------------------------------------------------------

    Me.UltraWebGridExcelExporter1…

  • UltraWebGrid clear check boxes after UltraWebGridExcelExporter

    I have a grid where the final column is CheckBox. In my Initialize Layout I do the following to add it:

     

     

     

     

     

     

    UltraGridColumn chkBoxExport = new UltraGridColumn

    ();

    chkBoxExport.Key =

     

    "chkBoxExport"

    ;

    e.Layout.Bands[ATTACHMENTS_COLUMN_INDEX…

  • UltraWebGrid.ExcelExport: empty Stream

    Server Side Code: Visual RPG

    button that calls export method is within AJAX: UpdatePanel

    Getting a run-time error for an empty stream.  below is the code...could some explain...I see the grid (uwItem) & it is not empty so I am not certain what the issue…

  • Export not working from UltraWebGrid

    I just upgraded to Infragistics 2010 vol 2.  Our users use to be able to right click on a web grid, select the Export to Excel menu item and then see the data export to excel. 

    After the update when I right click on the grid, select export to excel I…

  • Excel Export Without Using a WebGrid

    I did some googling before posting this and couldn't find my answer. Is it possible to export data directly to excel using the excel exporter without first having to load it into a web grid?

  • how to save excel to a specific location

    I am new to infragistics controls.

    I need to export  multiple sheet excel. I have found the codes by looking at it I can get much the idea how to do it.  from  http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9981.

     

    I will…

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

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

  • Exporting large amount of data

    Hello All,

    I have been struggling with exporting a webgrid into excel that contains about 20,000 rows.  My IE just stops trying.  BUT, on Firefox it takes about 30 min before it exports the data.  Most of my users are on  IE so I need this to work.

    It does…

  • Export data from a grid within WARP to excel file - How to?

    Hi all,

     

    I have a grid within a WARP (Web Async Refresh Panel) and want to export the data displayed in grid to an excel file. Exporting process will start after user select toolbar button "Export" on a UltraWebToolbar (please note that the toolbar is also…

  • excel export and access manager

    There seems to be a problem exporting my grid to excel. I'm guessing it has something to do with the access manager but i'm not sure.

    I get the download file not found error message.

    This is the code i'm using:

    Protected Sub excel_Click…
  • uploading Excel file containing HunagarianText to WebGrid makes an error

    First, when i upload excel file containing Hungarian Text like Számlainformáció to WebGrid,
    Error Occured ( [EndOfStreamException: Attempted to read past the end of the stream.])

    Second,  when i download Excel file from WebGrid that containing Hungarian…

  • Export images to Excel/PDF

     Hi,

    I have a table which I want to export to excel and pdf formats. The problem I'm having is that, for presentation purposes, some of the cells are rendered with an extra image on the right (for example a smiley, or a health icon).

    I do this by overriding…

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

  • UltraWebGridDocumentExporter does not work when used in User Control?

    I'm having trouble getting a PDF export to work when I put my grid into a User Control. The same code works fine when it lives in its own aspx page. Are there any known issues with this?

    - All the User controls are inside a WebAsyncRefreshPanel:

    <igMisc…

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

    Tha…

  • javascript export to excel hierachical grid

     I am trying to export a grid to excel in javascript. I have iterated through all rows and exported them correctly. I am having trouble implementing the hierachical nature in excel. Is there a way to group the rows through javascript for the excel sheet…

  • Excel Exporting Problem

    Hi ,

    I have exported the data from ultrawebgrid to Excel using ExcelExporter. It works great. But scrollbars, navigation keys are not working inside Excel sheet. Am i missing any settings in excel exporter.

    Thanks,

    Kedar.