|
Browse by Tags
All Tags » export to excel ( RSS)
-
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 otherwise when there isn't as much data...
-
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. Anyone else about what is happening. It`s...
-
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 your help. Voci this code below. foreach ...
-
Hello, I seem to be having a problem when exporting my datagrid to an Excel sheet. Every time I hit the button to export, excel starts but, am getting the 'not enough memory' error popping up. Has anyone run into this problem? Or have any ideas? Thank you Leandra
-
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:WebAsyncRefreshPanel ID="webPanel"...
-
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...
-
Hi I too have managed to implement this in another grid where I haven't enabled the field chooser and manually set the hidden property of the column. Then the CellExporting eventhandler seems to work fine. The problem seems to when you use the field chooser and that why I would like to find what...
-
Hi, I have a grid where a user can hide/show columns using the FieldChooser (using the ShowColumnChooser). I now want to export to excel the visible columns. In order to do this I have implemented the following event handler: private void ultraGridExcelExporter1_CellExporting( object sender, Infragistics...
-
Setting the browser to auto has performance implications in terms of how long it takes to render the UltraWebGrid. In my example it is practically prohibitive. Andreas Yannakopoulos
-
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 grid is a set structure. With Excel being a cell...
|
|