Browse By Tags

  • Framework migration from 2.0 to 4.8

    Hi all,

    I've migrated a Windows Forms proyect developed in Framework 2.0 to Framework 4.8. There's no chance to keep framework 2.0 (or 3.5, that includes 2.0) anymore.

    I can't edit forms due to an error shown in the licenses.licx file. I've…

  • Angular update fails from 11 to 12

    Dear infragistics team,

    we tried different approaches to update from angular 11 to 12. Unfortunately, it looks like there is an internal issue with the library.

    Here you can see the error during the update.

    Here comes a part of the package.json

    {
    …

  • Migration from 10.2 to 19.2

    Hello,

    I got a very old project we have. It was build using 10.2, the thing is that it has been years without a new build, we don't have the 10.2 license due to the source was build by another company. Now I need to migrate it to 19.2 due to we have the…

  • Windows Form Migration 18.1 vers 20.1

    I have made a migration from infragistric version 18.1 to 20.1, manually replacing the references and the build have no errors, but when opening the layout of the screens they are not displayed correctly (See image)

    Is there any tool to help correct these…

  • Infagistics 2.0 to 20.0 migration in .NET v 4.7.2

    I am part of an migration team where we are migrating old web applications which are created in .net framework 1.1/NetAdvantage 2003 controls v2.0/3.0 to the target .net framework 4.7.2. I see the below controls are in use currently on the legacy code…

  • Update from V11.1 to V18.1 confusion: aspx assembly reference confusion

    I am trying to migrate ultrawebgrid to webdatagird. A big jump from v11.1 to v18.1 and got confused with assembly name and namespace. 

    Older version had

    <%@ Register Assembly="Infragistics2.WebUI.WebDataInput.v11.1, Version=11.1.20111.2238, Culture=neutral…

  • UltraWebGrid to WebDataGrid Migration

    It has been a while since the introduction of the new ASP.NET controls based on the Aikido framework. It brought the developers a product meeting latest standards in performance and modern browser support. This turned into a major challenge for applications…

  • Using the Version Utility to upgrade to Reporting 12.1.

    Topic Overview

    Purpose

    This topic explains how to use the Version Utility to upgrade solutions to Reporting 12.1.

    In this topic

    This topic contains the following sections:

    • Version Utility Tool Features
    • Upgrading Reporting Version
    • Related…
  • Re: Server Message: A connection failure occured

    Hi Martin,

    Apologies for the delayed response.

    Please refer to this post as your issue seems to be related to the migration from v2.9.8 to v3.0.15, like most of our users.

    Best regards,

  • WebToolbar to WebDataMenu

     

    Hi, I’m currently migrating my projects from using the classic controls to the new control set in version 11.2. I’m only getting started and already having huge problems with the WebToolbar I used this control extensively throughout my project and…
  • Migration issue v 9.2 to v 11.1 - Ultra tree

    After migrating from Ultra Tree v9.2 to 11.1, we are facing the following challenge
    Code snippet
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            With UltraTree1
                .ViewStyle = ViewStyle.OutlookE…
  • Migrate Grid Layouts

    Hi there,

    is there a way to migrate a 9.2 Grid Layout which has been stored as XML to 10.1?

    thanks a lot

    Stefan

  • Cells.HasCell is not working after Migration to Infragistics Net advantage 11.1

    Cells.HasCell is not working after Migration to Infragistics Net advantage 11.1.
    The Me.UltraGrid1.Rows(0).Cells.HasCell("InvalidColumnName"line is throwing ‘index out of range exception’ insted of retrun False
    Dim myDT As Ne…
  • WebHierarchicalDataGrid vs UltraWebGrid

    I've used the UltraWebGrid extensively, wrapped within a user control.  All of its functionality and processing is programmatic - no design-time parts to it.  It's around 2500 lines of compact code.

    So, I'm wondering, in order to migrate to the…