Infragistics Ignite UI(英語版)

優れたパフォーマンスのWebアプリをすばやく構築

Infragistics 社の製品
1996 年より日本国内にてComponentSourceで販売中。

価格:¥ 290,290 (税込)〜 バージョン: 25.2 新機能 更新日: Mar 31, 2026

i

Infragistics Ignite UI 製品のすべてのコントロールはInfragistics Professional 及び Infragistics Ultimate にも含まれています。

Infragistics Professional には Ignite UI, ASP.NET, Windows Forms, Windows UI, Silverlight, WPFが含まれています。
Infragistics Ultimate には Ignite UI, ASP.NET, Windows Forms, Silverlight, WPF, Windows UI, Windows Phone, LightSwitch, NUCLiOS, Iguana UI, NetAdvantage ICONS, 5 ユーザーQuince Subscription が含まれています。

Infragistics Ignite UI - includes Ignite UI for React 19.3.0 (October)

Released: Oct 31, 2025

Ignite UI for React 19.3.0 (October) での更新項目

機能

  • Added IgrChatComponent component.
  • Grids
    • Introduced a new cell merging feature that allows you to configure and merge cells in a column based on same data or other custom condition, into a single cell.
    • The merging can be configured on the grid level to apply either:
      • onSort - only when the column is sorted.
      • always - always, regardless of data operations.
      • The default cellMergeMode is onSort.
      • The functionality can be modified by setting a custom mergeStrategy on the grid, in case some other merge conditions or logic is needed for a custom scenario.
      • It's possible also to set a mergeComparer on the individual columns, in case some custom handling is needed for a particular data field.
    • Added ability to pin individual columns to a specific side (start or end of the grid), so that you can now have pinning from both sides. This can be done either declaratively by setting the pinningPosition property on the column, or with the API, via optional parameter.
    • If property pinningPosition is not set on a column, the column will default to the position specified on the grid's pinning options for columns.
    • Sorting Improvements
      • Improved sorting algorithm efficiency using Schwartzian transformation. This is a technique, also known as decorate-sort-undecorate, which avoids recomputing the sort keys by temporarily associating them with the original data records.
      • Refactored sorting algorithms from recursive to iterative.
    • Groupby Improvements
      • Refactored grouping algorithm from recursive to iterative.
      • Optimized grouping operations.

不具合の修正

  • List
    • Removed duplicated CSS variables across list components and themes.
  • Card
    • Consume colors from themes.
    • Fixed Avatar size in card header.
  • Chat
    • Message actions were not rendered after last message.
  • Date Picker
    • Change event was not emitted for non-editable input configuration.
    • Fixed issues when clearing the value and notch border in Material theme.