Infragistics Ignite UI(英語版)

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

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

価格:¥ 290,290 (税込)〜 バージョン: 25.2 新機能 更新日: Mar 31, 2026

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 25.2.32

Released: Nov 28, 2025

Ignite UI for Blazor 25.2.32 での更新項目

機能

  • Ignite UI for Blazor now supports .NET 10.
  • Ignite UI for Blazor no longer supports .NET 6.
  • Charts
    • User Annotations (preview) - You can now annotate the 'IgbDataChart' with slice, strip, and point annotations at runtime using the new user annotations feature. This allows the end user to add more details to the plot such as calling out single important events such as company quarter reports by using the slice annotation or events that have a duration by using the strip annotation. You can also call out individual points on the plotted series by using the point annotation or any combination of these three. This is directly integrated with the available tools of the Toolbar.
    • Collision Detection for Axis Annotations (preview) - Added the ability for axis annotations to automatically detect collisions and truncate to fit better. 
  • Geographic Map
    • Azure Map Imagery is now RTM.
  • Grids
    • Cell Merging - Introduced a new cell merging feature that allows you to configure and merge cells in a column based on same data or other custom condition, into a single cell.
    • Column Pinning - Added ability to pin individual columns to a specific side (start or end of the grid), so that you can now have pinning from both sides.
    • Sorting and Grouping Improvements
      • Improved sorting algorithm efficiency using Schwartzian transformation. This is a technique, also known as decorate-sort-undecorate, which avoids recomputing the sort keys by temporarily associating them with the original data records.
      • Refactored sorting algorithms from recursive to iterative.
      • Refactored grouping algorithm from recursive to iterative.
      • Optimized grouping operations.
    • Other Improvements
      • A column's MinWidth and MaxWidth constrain the user-specified width so that it cannot go outside their bounds.
      • The PagingMode property can now be set as simple strings "local" and "remote" and does not require importing the GridPagingMode enum.
  • Added IgbDateRangePicker control.
  • Updated the readonly styles of most form associated components across all themes to better signify when a component is in a readonly state.
  • Tooltip
    • Behavioral change: IgbTooltip default placement is "bottom" now.
    • Behavioral change: IgbTooltip will not render an arrow indicator by default unless with-arrow is set.
    • Breaking change: IgbTooltip events will no longer return its anchor target in its detail property. You can still access it at event.target.anchor.
    • Deprecated - IgbTooltip - DisableArrow is deprecated. Use WithArrow to render an arrow indicator.

不具合の修正

  • IgbGrid
    • Maximum call stack size exceeded error in Blazor Web Application if grid is in a modal dialog.
  • Excel Library
    • FormulaParseException exception when loading an Excel workbook.
  • IgbDatePicker
    • Inputs by Autofill won't give any effects for a date picker.