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 17.1.0

Released: Nov 29, 2023

Ignite UI for Angular 17.1.0 での更新項目

機能

  • IgxGrid, IgxTreeGrid and IgxHierarchicalGrid
    • Added a new rowClick output that fires when the user clicks on a row element of the grid, including group rows.
  • IgxTree
    • Added new toggleNodeOnClick property which determines whether clicking over a node will change its expanded state or not. Set to false by default.
  • igxPivotGrid
    • IPivotDimension interface now exposes a property called displayName similar to the one in the IPivotValue interface. This property is optional and will be displayed inside the chips for rows and columns in the IgxPivotGrid. If the displayName proeprty is not set, memberName will be used as a fallback.
  • igxIconButton
    • Added new igxIconButton directive which provides a way to use an icon as a fully functional button. The new igxIconButton comes in three types - flat, outlined and contained (default). All igxButton's with type icon will be automatically migrated to the new igxIconButton's with ng update.
  • IgxForOf
    • Unified logic for vertical and horizontal virtualization such as - caching, updating, max browser size exceeding.
  • IgxButton
    • Behavioral Change - buttonSelected event is now emitted not only when a button gets selected, but also when it gets deselected. However, the event is no longer being emitted on initialization. If this event was used in a scenario where it is assumed that the button gets selected, it's a good idea for the logic to be branched now based on eventArgs.selected condition.
  • General
    • igxButton:
      • Breaking Change - The raised type of the igxButton directive has been renamed to contained. Automatic migrations are available and will be applied on ng update.
      • The igxButtonColor and igxButtonBackground input properties have been deprecated and will be removed in a future version.