Browse By Tags

  • Error with Win.UltraWinEditors

    I've got a .net6 winform.  I'm getting the below error when I try to start it. It compiles, so it's a runtime error.

    The form has other Infragistics controls as well as the WPF syntax editor.

    So my question is 2-fold:

    1. When using .net 6,…

  • Error Installing NetAdvantage Winforms 2010.2

    When running the installer I receive the following error message:

    "This installation requires that the minimum .NET Framework version installed must be 2.0.50727 or later".

    Currently I have the following .NET Framework versions installed on…

  • Unable to open designer pages after using 2023.1 Ultimate UI

    Hi ,

    We are currently using infragistcs  2021 version for our applcation and had no issues.

    Recently we have moved our entire project from TFS to GIT and installed the 2023 infragistics application and updated the references.

    But the designer pages are…

  • loop throught ultratab pages and find control

    Hello

    How to add pages dynamically
    and in each page add a text box
    then loop through all the tabs and test in each page if there is a textbox and set the . text property of each different text box

    I hope my explanations are clear?

    thanks

  • Net 6 support for UltraToolbarsManager

    I'd like to see proper support for the UltraToolbarsManager under Net 6 (and obviously beyond) within your WinForms component. Please see here for the support ticket that brought me here: Support Case Activity | Infragistics. Essentially the only way…

  • UltraCombo will not populate from db query

    I have a custom combo box class that inherits UltraCombo. I need it to display data from a database query. I have verified that the data is in fact being retrieved (i.e. I can print the query results on the console from the method that is supposed to…

  • UltraGrid Add Separator During InitializeLayout Event

    I am trying to add a separator in between columns during the initialize layout event execution. I previously had the code after the Initalize layout was fired, but I wanted to move it bec I saw it have a performance hit which I am trying to improve. When…

  • Visual Studio 2022 - WinForms - .NET 6 UltraToolbarManager added to blank form and no layout is shown

    Hi this is my first project I do with .NET 6 framework.

    I've added the nuget package for the UltraToolbarManager, when adding the manager to a blanc form I don't see anything on the form, except a fill panel that is added

    When adding the same…

  • Ability to edit task duration by second

    Hi,

    A lead customer is looking for an ability to edit task duration by second. We are aware that UltraGanttView is inspired by MS Project, which does not offer this ability either.

  • Infragistics Excel export gives an empty file

    Hello,

    I am using Infragistics version 17 in a WinForms SAAS project. I am using the UltraGridExcelExporter.Export() function (native function) and it is working fine if I am on the server which hosts the application. However, If I am remotely connected…

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

  • Automatic adjust to consistent in format of y-axis label to show either scientific notation or normal

    We are using UltraDataChart and plotting the Graphs with LineSeries where CategoryXaxis and NumericYaxis are being used, We are facing some problem to achieve consistent in format and unique y-axis label format that should be either scientific format or…

  • UltraPanel is read-only

    I'm getting this error all of a sudden in my designer.

    The Controls collection of the UltraPanel is read-only. Modify the UltraPanel.ClientArea.Controls collection instead.

    If I remove this line, it runs just fine, but then a panel in…

  • Unable to Clear Appointments from UltraCalendarInfo

    Hello,

    I am looking for a way to remove all of the appointments from my UltraCalendarInfo object. I have tried using .appointments.clear(), but got an error saying "System.IndexOutOfRangeException: 'Index 0 is either negative or above rows count.'" I…

  • Ultradockmanager - strange behaviour when docking Bug?

    Version 19.1.

    When I undock a pane and move it around, it will never dock on the left side of the parent. I can dock it top, bottom or right, but when I hit the left area of the parent and dock, the panel will appear on the right side.When using double…

  • NET6 UltraGrid missing methods LoadFromXML and SaveAsXml

    Hi guys,

     I'm using WinForms UltraGrid for NET6 (not .Net Framework) and noticed that grid.DisplayLayout.LoadFromXML() and grid.DisplayLayout.SaveAsXml() are missing.

    In my application I need load previously saved xml layout (from a .Net Framework version…

  • How to read xml files into UltraGrid with one schema file

    Hi,

    We are reading xml files in an UltraGrid using below code, with this code we can be able to read any xml file data into UltraGrid. But the problem with the Data Type of a column. While reading XML it's taking column data type as String. Due to that…

  • Add dash style

    Add dash style capability to a LineChart

  • How to get UI status of the Chart?

    i am using ColumnSeries in UltraDataChart.

    Create a Series in one function and call the SaveTo function.
    Sometimes an empty image is created.

    So I want to check the state of the chart control and call a SaveTo function.

    ex)
    void Test()
    {
    createSeries(
    chart
  • Substitute of Form class in Infragistics

    Hello,

    I got a task where I have to replace as much as possible dependencies from System.Windows.Forms to Infragistics dependencies.

    Is there any substitute of Form class in infragistics ?

    Best regards

  • Ability to exclude filter row from the grid columns auto-resize

    The UltraGrid does not currently expose an ability to shut off the auto-resize for filter row. Cells within filter row are taken into account as the FilterRow is essentially “just another row” in grid. However content of cells within the filter row can…

  • Support of Windows 11 and Office UI styling

    For long-term enterprise applications, a fresh UI style could be a much appreciated boost.

  • UltraGridExcelExporter Enable Excel AutoFilter / Sorting

    When exporting an UltraGrid with UltraGridExcelExporter, it would be nice to have the possibility to enable the "AutoFilter"-feature in Excel

    Otherwise, our customers need to always manually enable it.

  • UltraWinPivotGrid and FlatDataSource: More options to control data presentation

    Few suggestions for the UltrawinPivotGrid when it is bound to FlatDataSource (ordered from what is most important to us):

    1. Ability to format on cell or row level. Some of our measures contain mix of volumes, amounts and percentage. We need a way to format…