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 18.4.0

Released: Dec 14, 2023

Ignite UI for React 18.4.0 での更新項目

機能

React Grid

  • State Persistence
    • Added new State Persistence feature in React Grid which allows developers to easily save and restore the grid state. When the IgrGridState is applied on the React IgrGrid, it exposes the GetState, GetStateAsString, ApplyState and ApplyStateFromString methods that developers can use to achieve state persistence in any scenario. IgrGridState directive supports saving and restoring the state of the following features:
      • Sorting.
      • Filtering.
      • Advanced Filtering.
      • Paging.
      • CellSelection.
      • RowSelection.
      • ColumnSelection.
      • RowPinning.
      • Expansion.
      • GroupBy.
      • Columns:
        • Multi column headers.
        • Columns order.
        • Column properties defined by the IColumnState interface.
  • Toolbar - Beta
    • A new tool has been added, as a default tool, to save the chart to an image via the clipboard.
    • Vertical orientation has been added via the toolbar's orientation property. By default the toolbar is horizontal, now the toolbar can be shown in vertical orientation where the tools will popup to the left/right respectfully.
    • Custom SVG icons support has been added via the toolbar's renderImageFromText method, further enhancing custom tool creation.