Infragistics Ignite UI(英語版)

優れたパフォーマンスのWebアプリをすばやく構築

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

価格:¥ 281,160 (税込)〜 バージョン: 25.1 新機能 更新日: May 29, 2025

i

Infragistics Ignite UI 製品のすべてのコントロールはInfragistics Professional 及び Infragistics Ultimate にも含まれています。

Infragistics Professional には Ignite UI, ASP.NET, Windows Forms, Windows UI, Silverlight, WPFが含まれています。
Infragistics Ultimate には Ignite UI, ASP.NET, Windows Forms, Silverlight, WPF, Windows UI, Windows Phone, LightSwitch, NUCLiOS, Iguana UI, NetAdvantage ICONS, 5 ユーザーQuince Subscription が含まれています。

Infragistics Ignite UI - 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.