Infragistics Ultimate Releases

Released: Mar 29, 2024

Updates in Ignite UI for Blazor 23.2.189

Features

  • HierarchicalGrid
    • Added a new HierarchicalGrid component.
  • IgbTextarea
    • Added a new IgbTextarea component.
  • IgbButtonGroup
    • Added a new IgbButtonGroup component.
  • IgbDockManager
    • Added a new ProximityDock property. If enabled, docking indicators are not visible and the end user can dock the dragged pane by dragging it close to the target pane edges.
    • Added a new ContainedInBoundaries property. Determines whether the floating panes are kept inside the Dock Manager boundaries. Defaults to false...

Released: Feb 18, 2024

Updates in App Builder February 2024

Features

  • App Navigation with Route Parameters - Route parameters function as variables, allowing users to create and store values, assign values, and bind them to other properties in the application. This enables users to build navigation within the app. When a navigation route requires parameter binding, users can bind a route parameter to facilitate this process.
  • Added Dependent variables support - App Builder provides functionality allowing users to define state and context variables on view...

Released: Jan 26, 2024

Updates in Ignite UI for React 18.5.0

Features

React Charts

  • Chart Highlight Filter - The IgrCategoryChart and IgrDataChart now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.

Released: Jan 15, 2024

Updates in Ignite UI for Angular 17.2.0

Features

  • Charts
    • Chart Highlight Filter - The IgxCategoryChartComponent and IgxDataChartComponent now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.
  • Calendar...

Released: Jan 15, 2024

Updates in Ignite UI for Blazor 23.2.110

Features

  • .NET 8.0 support
    • 2023.2 release now support .NET 8.
  • Charts
    • Chart Highlight Filter - The IgbCategoryChart and IgbDataChart now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be...

Released: Jan 15, 2024

Updates in Ignite UI for Web Components 4.7.0

Features

Charts

  • Chart Highlight Filter - The IgcCategoryChartComponent and IgcDataChartComponent now expose a way to highlight and animate in and out of a subset of data. The display of this highlight depends on the series type. For column and area series, the subset will be shown on top of the total set of data where the subset will be colored by the actual brush of the series, and the total set will have a reduced opacity. For line series, the subset will be shown as a dotted line.

Released: Dec 15, 2023

Updates in Ignite UI for Blazor 23.2.97

Features

  • Toolbar - Beta
    • Save tool action has been added to save the chart to an image via the clipboard.
    • Vertical orientation has been added via the toolbar's Orientation property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
    • Custom SVG icons support was added via the toolbar's renderImageFromText method, further enhancing custom tool creation.
  • Grid
    • Added New Features - State Persistence.

Released: Dec 15, 2023

Updates in Ignite UI for ASP.NET Core 23.2

Features

  • Now supports ASP.NET Core for .NET 8 projects.
  • Tag Helpers now support ASP.NET Core for .NET 8 projects.

Released: Dec 15, 2023

Updates in Ignite UI for Web Components 4.6.0

Features

Grid

  • Added new state persistence feature.

Released: Dec 14, 2023

Updates in Ignite UI for React 18.4.0

Features

React Grid

  • State Persistence
    • Added new State Persistence feature in React Grid which allows developers to easily save and restore the grid state. When the IgrGridState is applied on the React IgrGrid, it exposes the GetState, GetStateAsString, ApplyState and ApplyStateFromString methods that developers can use to achieve state persistence in any scenario. IgrGridState directive supports saving and restoring the state of the following features:
      • Sorting.
      • Filtering.
      • Advanced Filtering...