Infragistics Ignite UI(英語版)

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

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

価格:¥ 268,730 (税込)〜 バージョン: 23.2 新機能 更新日: Apr 10, 2024

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 for JavaScript 19.1

Released: Apr 17, 2019

19.1 での更新項目

機能

Angular

New Spreadsheet Control

  • The IgxSpreadsheet is a Microsoft Excel inspired component that gives you the ability to embed Excel document creation and editing experiences directly into your Angular applications. With powerful editing and cell formatting features, the IgxSpreadsheet brings the familiarity of Excel into your customer’s apps. With just a few lines of code, you can now create, open, edit, and secure Excel documents without ever having Microsoft Excel installed on your machine.
    • Formula Bar
    • Worksheet Filtering
    • Worksheet Sorting
    • AutoFilter Support
    • Conditional Formatting
    • Data Validation
    • Cell Dropdowns
    • Deselect a Selection

New Angular Chart series types

  • Category Series
  • Financial Series
  • Polar Series
  • Radial Series
  • Range Series
  • Scatter Area Series
  • Scatter Contour
  • Scatter Bubble Series
  • Scatter Marker Series
  • Scatter Shape Series
  • Stack / Stacked 100

React

Grid Interaction Features

  • Multi-Cell Selection (Contiguous and Non-Continguous) - This feature allows you to select individual cells or a contiguous group of cells. This is done by clicking each cell while holding down the CTRL or SHIFT key.
  • Cell Range Selection (Mouse / Keyboard) - This feature allows you to select a range of cells using the mouse or the keyboard. Ranges are selected in the following ways:
  • Mouse drag - Select a cell with the mouse click, drag, release the mouse over another cell, and the range from the selected cell and released cell will be the selected range.
  • CTRL and Mouse drag - Hold the CTRL key while using the mouse to create another range will keep individual ranges selected.
  • SHIFT and Click - Select a cell, hold the SHIFT key, select another cell, and the range of cells between the two selected cells will be selected.
  • Active Cell (Excel-Style Keyboard Navigation) - Added Excel-style keyboard navigation to change the active cell.

New Stacked Series for the React Chart

  • This release adds a variety of stacked series to DataChart, including area, bar, column, line, spline area, and spline.

New Map Control

  • Visualize geographic and geo-spatial data.
  • Shape File Converter - In the Map control, the ShapefileConverter class loads geo-spatial data from shape files and converts it to a collection of ShapefileRecord objects. Geographic series can be bound to this collection and render geo-spatial data.
  • Data Binding - In addition to rendering data from shape files and geographic imagery maps, the React Map control also provides data binding to other data sources with geographic data using the data binding and data mapping properties of geographic series. The following is a preview of the Map control with GeographicSymbolSeries bound to a data model that contains locations of some cities of the world.
  • High-Performance Rendering - The React Map control provides plotting of tens of thousands of data points and updates them every few milliseconds so that the control can handle your real-time feeds.
  • Geographic Imagery Maps - This control provides the rendering of geographic imagery from Open Street Maps.
  • Geographic Series - Use this control to render an unlimited number of geographic series that can display geo-spatial data as points, polylines, and polygons.
  • Geographic Series Types - For Geographic Series, the map control provides these types below plus many more:
    • Scatter Area Series
    • Scatter Bubble Series
    • Contour Line Series
    • High Density Scatter Series
    • Scatter Symbol Series
    • Shape Polygon Series
    • Shape Polyline Series
  • Map Navigation - The React Map control provides customizable navigation behaviors for navigating map content using the mouse, keyboard, or code-behind.