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 16.2 Build 16.2.20162.2040 released

Released: Dec 20, 2012

16.2 Build 16.2.20162.2040 での更新項目

不具合の修正

Utils

  • $.ig.util.isSafari function returns false on iOS 10.

MVC Wrappers

  • MVC6 wrappers cannot be used in .Net Framework (4.6.1) app (only in .Net Core app).
  • Cannot set initial filtering expressions in MVC using a builder.
  • columnSettings.editorProvider cannot be set in the Grid Updating MVC Wrapper.
  • Brushes of some DV controls are not serialized correctly.
  • Popover is not being rendered correctly when multiline ContentTemplate is set.

TypeScript

  • igEditorProvider interfaces missing from the TypeScript definitions.

igCategoryChart

  • igCategoryChart major gridlines are not evenly spaced.
  • igCategoryChart destroy method is not called.

igDataChart

  • igDataChart Point triangle legend is not rendered, circle too small

igDoughnutChart

  • igDoughnutChart Tooltip is shown even though tooltipTemplate is not assigned to the series.

igCurrencyEditor

  • Currency editor's default value is null when getting value by value() method although allowNullValue=false.

igDatePicker

  • Year change dropdown does not open in Internet Explorer 11 by single click.
  • Validation popup is displayed when Enter key is pressed if the editor has no values.

igMaskEditor

  • Mask editor's default value is null when getting value by value() method although allowNullValue=false.

igNumericEditor

  • Numeric editor's default value is null when getting value by value() method although allowNullValue=false.

igPercentEditor

  • Percent editor's default value is null when getting value by value() method although allowNullValue=false.

igTextEditor

  • Text editor's default value is null when getting value by value() method although allowNullValue=false.

igFileUpload

  • igUpload displays not a file size but a request size.

igGrid

  • Columns with AllowResizing false are resized when resizing other columns if defined with percentage based width.
  • Header is not fully visible when fixedHeaders option is set to false.
  • The columns option is not applied if you pass as an argument the currently existing columns array.
  • Vertical scrollbar size is not updated on mobile when hiding/unhiding simple filtering row.
  • The page does not scroll up/down when the grid doesn't have vertical scrollbar on mobile devices.
  • Second vertical scrollbar appears after scrolling the grid horizontally and scrolling becomes choppier on mobile devices.
  • When columns are not created manually an error is thrown even though AutoGenerateColumns is set to true.
  • Grid height is not correctly calculated when set in %.
  • Checkbox is not visible on hover in bootstrap theme.
  • There is a misalignment between fixed and unfixed container.
  • Fixed column is not visible when a hidden column exists before the fixed column on touch enabled environment.
  • Uncaught TypeError: Cannot read property 'style' of undefined occurs when destroying grid with ColumnFixing and other features.
  • URL hash changes when clicking anchor text in Hiding column chooser dialog.
  • Header text can't be rendered as raw html in hiding drop down list.
  • Script error is thrown when moveColumn() method is called with a target column that is hidden.
  • Filter cell in the grid header and summary cell in the grid footer are not moved together with grid cell when moveType='render' or inDom=false.
  • Users cannot change the size of the triangle down icon in the Column Moving modal dialog.
  • Column does not get wider as expected when the grid is inside a popover.
  • Auto-sizing a column with double mouse click is not working after resizing the first column when columns widths are set in %.
  • Rows rendered does not update when Filtering mode is remote, GroupBy and Sorting mode is local and a column is grouped.
  • Cannot GroupBy when using virtualization and column template.
  • SummaryExporting/ed function args parameter contains wrong data.
  • igGridExcelExporter throws 'gridColumn.formatter' is not a function error when formatter in igGrid is explicitly set to null.
  • GridExcelExporter is giving console error when exporting a hidden column.
  • When exporting the summary row index is not exposed in the appropriate events.
  • Exporting a Grid is taking more than 30 seconds.
  • When the grid is configured with height, user can't start adding row.
  • When setting column width as pixel, grid content width expands after adding or deleting a row.
  • Pager doesn't refresh when a row in another page is deleted by deleteRow method.
  • When autoGenerateColumns is true and Summaries are remote initially the summaries are not populated.
  • ui.rowAdding parameter returns “undefined” at editRowEnding and editRowEnded events for an edit row action.
  • Edited cell doesn't display new value after editing when jQuery UI tooltip is attached to grid's cell.
  • When Virtualization is enabled the custom scroll of Updating triggering on keyboard navigation does not work leading to suboptimal end-user experience
  • Internet Explorer window is maximized on Alt+Enter hit while text cell is in edit mode.
  • When there are required fields and user enters edit mode for the adding row the Done button is enabled.
  • Esc button doesn't escape edit mode in numeric column that contains number with floating point.
  • ui.update value is always true when edit mode is ended by pressing Enter key.
  • Unhandled error is thrown while input text is in composition mode and the end-user clicks either OK or Cancel.
  • Hidden column railway icon appears on top of the vertical scrollbar when resizing, Virtualization is enabled and autofitLastColumn is false.
  • When Fixed Virtualization is enabled and there is a horizontal scrollbar rows count(of rendered records) is not properly calculated.
  • When virtualization is enabled and jQuery 3 is used the rows of the grid extend beyond the container of the grid.

igHierarchicalGrid

  • Column Chooser dialog of child grid doesn't show.
  • When trying to open advanced filtering dialog a JavaScript error is thrown.
  • Foreign key is not available for added rows in child layouts.

igPivotDataSelector

  • igPivotDataSelector Update button icon is positioned outside its container.

igPivotGrid

  • Headers and rows don't extend full length of grid after collapsing separator.

igRadialGauge

  • Mousedown event does not fire when clicking on gauge.

igScroll

  • igGrid Paging area height on touch on Android is not correct.

igTreeGrid

  • When a new child row is added to the TreeGrid and RowSelectors are enabled the row is not properly rendered and the data is not fully visible.
  • Setting localSchemaTransform option to false causes header checkbox to start out checked.

igVideoPlayer

  • The igVideoPlayer does not show seek time tooltips correctly.

Templating Engine

  • Using 'length' as property name in the data source causes conflict in the templating engine.