Browse By Tags

  • Importing Custom UI Libraries from indigodesigned.com

    Version 5 (update 1) includes the following:

    • Download and import UI libraries from indigodesigned.com
    • New “replace existing share” flow
    • Sign in to indigodesigned.com from the desktop application

    Download and Import UI Libraries from Indigodesigned…

  • Infragistics XamGantt Control - Using Entity Framework Code First to Persist Projects in a Database

    Infragistics Gantt Control helps to create own project planning applications, that can contain most of the Microsoft Project features. One of the most common scenario is to store project data in a database (Microsoft SQL Server or other).

    Developers are…

  • Data Exchange with Infragistics XamGantt Control - Import/Export to Microsoft Project (Part 2)

    Infragistics XamGantt Control works with a Project instance that contains the task, resource and calendar information for the schedule and has a built in scheduling engine supporting many of the features present in Microsoft Project 2010.

    For developers…

  • Import Export from excel to igGrid

    Is it possible to import/Export from/to excel in igGrid directly, without using much of the jQuery or Javascript coding?

  • Infragistics XAML Excel Engine New Features

    Recently (read: the latest release) the Infragistics Excel engine got a set of neat enhancements to further improve the control you have over exported or imported files. For those that are not yet familiar – it’s a library that allows you to create and…

  • Workbook.Load loose CellFormat

    Hello dear Infragistics-Team,

     

    I have a Problem by loading an MS-Excel-Workbook from a Stream. My Stream is a dump-file of an Excel-document which I want to fill with my data:

     Workbook retval = Workbook.Load(p_Source);

    The dump-file have some CellFormats…

  • Error Importing file with User Defined functions.

    I just upgraded to NetAdvantage 11.2. In my application, I am trying to import a workbook with user defined functions. When I call the function WorkBook.Load(fileName), It crashes with an ArgumentNullException. The formula string cannot be null. Parameter…

  • Error importing an XLSX file containing a web image

    Greetings,

    I have been able to reproduce this issue in both 2010.3SR and 2011.1.

    The line of code that fails is:

    Workbook wb = Workbook.Load(Filename, false);

    When attempting to load an Excel 2007 XLSX file that contains a picture linked to an image…