Infragistics Professional(英語版)

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

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

価格:¥ 331,870 (税込)〜 バージョン: 26.1 新機能 更新日: Jul 21, 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 22.0.1

Released: Jul 21, 2026

Ignite UI for Angular 22.0.1 での更新項目

機能

  • Angular 22 compatibility - All Ignite UI for Angular components are now fully compatible with Angular 22.
  • Standalone component support - Components can now be used directly in standalone Angular applications without NgModule. New provide() functions (e.g. provideIgxCategoryChart()) let you register component feature sets through bootstrapApplication() providers, and imperative register() functions are available for DI-free setups.
  • Per-component entry points for improved tree-shaking - Each package now exposes named subpath entry points (e.g. import 'igniteui-angular-charts/category-chart') that register only the feature set you need. The root package import remains fully side-effect-free and tree-shakeable, so you only pay for the components you use. For DataChart, graduated entry points such as data-chart-category, data-chart-scatter, and data-chart-financial let you pull in individual series families without bundling the entire chart.

不具合の修正

  • DataChart - An error is thrown when destroying chart with a data tooltip layer.