Infragistics Ignite UI(英語版)

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

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

価格:¥ 290,290 (税込)〜 バージョン: 26.1 新機能 更新日: Jun 29, 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 Web Components 7.2.1

Released: May 27, 2026

Ignite UI for Web Components 7.2.1 での更新項目

機能

  • Date Range Picker
    • Added support for editing the date range value directly via a single input field.
  • Nav Drawer
    • The drawer for non-relative positions are now implemented using the native Popover API, providing built-in modal semantics, focus trapping, and accessibility support.
    • Added keepOpenOnEscape property - prevents the drawer from closing when the user presses the Escape key (non-relative positions only).
    • Added igcClosing event - emitted just before the drawer is closed by user interaction. Cancelable.
    • Added igcClosed event - emitted just after the drawer is closed by user interaction.
    • The overlay CSS part has been removed. Users of the component can target the base part's ::backdrop pseudo-element, the --ig-overlay-background-color variable or use the theming package.
  • Invoker Commands API
    • igc-button and igc-icon-button now support 'command' and 'commandfor' properties, enabling declarative control of target components without JavaScript.
    • igc-banner, igc-dialog, igc-nav-drawer, igc-snackbar, and igc-toast now respond to --show, --hide, and --toggle commands dispatched by an invoker button.
  • Snackbar
    • Added positioning property (viewport | container). The component now renders as a popover in the browser top layer. Setting positioning to container anchors the component to its nearest visible ancestor instead of the viewport.
  • Toast
    • Added positioning property (viewport | container). The component now renders as a popover in the browser top layer. Setting positioning to container anchors the component to its nearest visible ancestor instead of the viewport.
  • AI-Assisted Development
    • Updated and enhanced the library provided skills.
  • Form controls
    • IgcInput, IgcMaskInput, IgcDateTimeInput, IgcCheckbox, IgcRadio, IgcSwitch, IgcDatePicker, and IgcDateRangePicker now submit their associated form on Enter key press, matching native browser behavior.
  • Input
    • Added theming support for date, time, datetime-local, week, and month input types, ensuring consistent styles and floating label behavior across all supported themes.
  • Deprecated
    • Localization
      • The old resource string interfaces for Calendar, Chat, Date Picker, and Date Range Picker are deprecated. Components now use the new igniteui-i18n resource keys. Setting individual resourceStrings properties directly is no longer supported; provide a complete resource strings object instead.

不具合の修正

  • Internal library metadata issue.
  • Button Group
    • Selected state border color mismatch in focused and hover states.
  • Combo
    • Display value not restored correctly when tabbing out in single-select mode with a partial search text.
  • Stepper
    • Step components connected to the DOM before their parent stepper now correctly receive context after being adopted by a stepper.