Infragistics Ultimate(英語版)

高いパフォーマンスを持つ最新のWeb、モバイル、およびデスクトップのアプリケーション構築用の総合UI/UXツールキット

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

価格:¥ 497,860 (税込)〜 バージョン: 25.2 新機能 更新日: Mar 31, 2026 レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50レビューの平均スコア: 4.50 (3)

i

Infragistics NetAdvantage Ultimateの製品名は Infragistics Ultimate に変更されました。

本製品の日本語版は こちら をご参考ください。

Infragistics Ultimate - 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.