Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » excel (RSS)
  • Re: Excel-like behaviours in xamDataGrid

    Hi Yanko, Thanks for your response! I've just sent a request to your devcenter regarding these issues... But, I was wondering whether it's possibible, and how, to implement such features in the version that exists today...? Thanks Best Regards, Anders
    Posted to Forum by anders_munkhaug on 11-14-2008
  • Excel-like behaviours in xamDataGrid

    Hi, I need some assitance in implementing some features from Excel in the datagrid. I'm wondering whether it's possible to copy the content(value) of cell in the xamDataGrid, by dragging from one cell (bottom right corner) and down? The cells included in the drag should then contain the same...
    Posted to Forum by anders_munkhaug on 11-07-2008
  • Re: Changing mouse pointer before and after excel export

    You'll probably want one MemoryStream, it can contain a Workbook having multiple Worksheets. The following knowledge base article describes one way of switching between Worksheets for each call to the Export method to achieve this effect (note that since 2004 when this article was written, the ActiveWorksheet...
    Posted to Forum by [Infragistics] Derek Harmon on 11-06-2008
  • Re: Formatting Column and Footer Row Cells on Export

    I think you should be able to modify the IWorksheetCellFormat in the HeaderCellExported and FooterCellExported events for these cells, this will have a direct effect on the formatting as Excel sees it. This next blog entry describes some of the rich formatted string capabilities that should be available...
    Posted to Forum by [Infragistics] Derek Harmon on 11-06-2008
  • Re: So how do I get NetAdvantage Windows Forms 2008 Vol 3 CLR 3.5?

    In the WinClient download, you should see installers for: NetAdvantage_Samples_20083 NetAdvantage_WinForms_20083 NetAdvantage_WPF_20082 You get both WPF & Windows Forms controls as part of your subscription. For Windows Forms, the following 2 assemblies are available in CLR 2.0 and CLR 3.0: Infragistics...
    Posted to Forum by jasonberes on 11-05-2008
  • Re: Export To Excel using Ajax?

    Update: changed pagemethods call to: PageMethods.exportOverviewGrid_to_Excel(OnCallexportOverviewGrid_to_ExcelSuccess, OnCallexportOverviewGrid_to_ExcelError, oWebTab); getting response from server side code in form of error: A circular reference was detected while serializing an object of type 'Infragistics...
    Posted to Forum by pmoffatt610 on 11-04-2008
  • Number Formatting on Excel Columns

    Hi, What's the best way to format number columns in excel after export? I am using following which is a quick and dirty way of doing it I suppose: for ( int i = 0; i < 25; i++){ws1.Columns[i].CellFormat.FormatString = "#,##0.00_);[Red](#,##0.00)" ;} Where the numbers are displayed with...
    Posted to Forum by rkulkarni on 10-29-2008
  • Changing mouse pointer before and after excel export

    Hi, I need to change the mouse pointer to hourglass before the excel export starts and change it back to default after it is done. I am changing the cursor to hourglass when I click on the image button that starts the export. However, I can't get back to the page I was on to change the mouse pointer...
    Posted to Forum by rkulkarni on 10-23-2008
  • Report headers lost when Exporting to Excel

    Hello, I recently upgraded from NetAdvantage for .NET 2008 Vol. 1 CLR 2.0 to NetAdvantage for .NET 2008 Vol. 2 CLR 2.0. I am using Visual Studio 2005 with VB. Before I upgraded, I was able to have a couple of merged regions along the top of my worksheets in Excel as report headers and then start the...
    Posted to Forum by Kjan on 09-26-2008
  • Re: Worksheet row count?

    Handle the WebGridExcelExporter's RowExported event and keep the maximum e.RowIndex you see around in a member variable; when the export is finished that will be the number of WorksheetRows. The WorksheetRowsCollection always assumes there can be 65,536 WorksheetRows in itself, so the first time...
    Posted to Forum by [Infragistics] Derek Harmon on 09-18-2008
Page 1 of 6 (54 items) 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems