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 Angular 19.2.0

Released: Mar 13, 2025

Ignite UI for Angular 19.2.0 での更新項目

機能

IgxCarousel

  • Removed deprecated property keyboardSupport.

IgxSlide

  • Deprecation - tabIndex has been deprecated and will be removed in a future version.

IgxGrid, IgxHierarchicalGrid, IgxTreeGrid

  • A column's minWidth and maxWidth constrain the user-specified width so that it cannot go outside their bounds.
  • In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
  • In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
  • The pagingMode property can now be set as simple strings 'local' and 'remote' and does not require importing the GridPagingMode enum.

IgxHierarchicalGrid:

  • Introduced a new advanced filtering capability that enables top-level records to be dynamically refined based on the attributes or data of their associated child records.
  • Added a new schema input property that can be used to pass collection of EntityType objects. This property is required for remote data scenarios.

IgxQueryBuilderComponent, IgxAdvancedFilteringDialogComponent:

  • Added support for entities with hierarchical structure.

EntityType:

  • A new optional property called childEntities has been introduced that can be used to create nested entities.