Infragistics Ultimate(英語版)

高いパフォーマンスを持つ最新のWeb、モバイル、およびデスクトップのアプリケーション構築用の総合UI/UXツールキット

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

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

i

Infragistics NetAdvantage Ultimateの製品名は Infragistics Ultimate に変更されました。

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

Infragistics Ultimate - includes Ignite UI for Blazor 23.2.257

Released: Jun 28, 2024

Ignite UI for Blazor 23.2.257 での更新項目

機能

  • General
    • IgbInput and IgbTextarea - Exposed ValidateOnly to enable validation rules being enforced without restricting user input.
    • IgbDropdown - PositionStrategy property has been deprecated. The dropdown now uses the IgbPopover API to render its container in the top layer of the browser viewport, making the property obsolete.
    • IgbDockManager - IgbSplitPane IsMaximized has been deprecated. Having isMaximized set to true on a split pane level has no real effect as split panes serve as containers only, meaning they have no actual content to be shown maximized. Use the IsMaximized property of IgbTabGroupPane and/or IgbContentPane instead.
  • Grids
    • DisplayDensity has been deprecated in favor of the --ig-size CSS custom property.
    • IgbPivotGrid
      • The type of Columns, Rows, Filters from PivotConfiguration option is now array of IgbPivotDimension - PivotDimension[], it was PivotDimensionCollection previously.
      • The type of Values from PivotConfiguration option is now array of IgbPivotValue - PivotValue[], it was PivotValueCollection previously.
  • Charts
    • Data Legend Grouping and Data Tooltip Grouping - A new grouping feature has been added. The property GroupRowVisible toggles grouping with each series opting in can assign group text via the DataLegendGroup property. If the same value is applied to more than one series then they will appear grouped. Useful for large datasets that need to be categorized and organized for all users.
    • Chart Selection - Added new series selection styling. This is adopted broadly across all category, financial and radial series for IgbCategoryChart and IgbDataChart. Series can be clicked and shown a different color, brightened or faded, and focus outlines. Manage which items are effected through individual series or entire data item. Multiple series and markers are supported. Useful for illustrating various differences or similarities between values of a particular dataitem. Also SelectedSeriesItemsChanged event and SelectedSeriesItems are available for additional help to build out robust business requirements surrounding other actions that can take place within an application such as a popup or other screen with data analysis based on the selection.
    • Treemap Highlighting - Exposed a HighlightingMode property that allows you to configure the mouse-over highlighting of the items in the tree map. This property takes two options: Brighten where the highlight will apply to the item that you hover the mouse over only, and FadeOthers where the highlight of the hovered item will remain the same, but everything else will fade out. This highlight is animated, and can be controlled using the HighlightingTransitionDuration property.
    • Treemap Percent-based Highlighting - Added new percent-based highlighting, allowing nodes to represent progress or subset of a collection. The appearance is shown as a fill-in of its backcolor up to a specific value either by a member on your data item or by supplying a new HighlightedDataSource. Can be toggled via HighlightedValuesDisplayMode and styled via FillBrushes.
    • Toolbar - Added a new IsHighlighted option for ToolAction meant for outlining a border around specific tools of choice.
  • Gauges
    • IgbRadialGauge
      • Added a new label for the highlight needle. HighlightLabelText and HighlightLabelSnapsToNeedlePivot and many other styling related properties for the HighlightLabel have been added.