Infragistics Professional(英語版)

Web、モバイル、デスクトップの開発者向けの包括的なUIコンポーネントライブラリ。

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

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

i

NetAdvantage for .NETの製品名は Infragistics Professional に変更されました。

Infragistics Professionalの上位バージョンである Infragistics Ultimate Ignite UI, ASP.NET, Windows Forms, Silverlight, WPF, Windows UI, Windows Phone, LightSwitch, NUCLiOS, Iguana UI, NetAdvantage ICONS, 5 ユーザーQuince Subscription が含まれています。

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

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