Infragistics Ignite UI(英語版)

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

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

価格:¥ 290,400 (税込)〜 バージョン: 25.2 新機能 更新日: Apr 28, 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 React 18.7.0

Released: Sep 11, 2024

Ignite UI for React 18.7.0 での更新項目

機能

  • Added new Banner component that provides a way to easily display a prominent message to your application's users in a way that is less transient than a snackbar and less obtrusive than a dialog.
  • Added new DatePicker component used for entering a date via text input or choosing date values from a calendar dialog.
  • Added new Divider component.
  • Added support for native events for all components.
  • IgrIcon
    • Added setIconRef method. This allows to register and replace icons by SVG files.
    • All components now use icons by reference internally so that it's easy to replace them without explicitly providing custom templates.
  • IgrCombo, IgrDatePicker, IgrDialog, IgrDropdown, ExpansionPanel, IgrNavDrawer, IgrToast, IgrSnackbar, IgrSelectComponent
    • Toggle methods show, hide, toggle methods return true now on success, otherwise false.
  • IgrButtonComponent, IgrIconButton, IgrCheckbox, IgrSwitch, IgrCombo, IgrDateTimeInput, IgrInput, IgrMaskInput, IgrRadio, IgrSelectComponent, IgrTextarea
    • Deprecated custom focus and blur events. Use the native onFocus and onBlur events instead.
  • IgrRadioGroup
    • Added Name and value properties.
  • All Grids
    • Added new RowClick event.
  • IgrPivotGrid
    • Added sortable property for a IgrPivotDimension.
    • Added horizontal layout. Can be enabled inside the new pivotUI property as rowLayout horizontal.
    • Added row dimension summaries for horizontal layout only. Can be enabled for each IgrPivotDimension by setting horizontalSummary to true.
    • Added horizontalSummariesPosition property to the pivotUI, configuring horizontal summaries position.
    • Added row headers for the row dimensions. Can be enabled inside the new pivotUI property as showHeaders true.
    • Keyboard navigation now can move in to row headers back and forth from any row dimension headers or column headers.
    • Added keyboard interactions for row dimension collapse using Alt + Arrows and row headers sorting using Ctrl + Arrow Up/Down.