このページは既にアーカイブ化され、その後の更新はありません。

この製品の販売は終了しました。

ComponentOne Ultimate(英語版)

業務用アプリケーションやデータ解析アプリケーションを構築。

MESCIUS (旧社名:GrapeCity) 社の製品
1996 年より日本国内にてComponentSourceで販売中。

バージョン: 2020 v1 更新日: May 28, 2020

i

ComponentOne Ultimate is no longer available, all existing licenses have been converted to ComponentOne Studio Enterprise. If you are an existing customer interested in renewing your subscription, you can renew here.

Wijmo 5 adds Angular 2 Beta 1 support

Released: Feb 10, 2016

Updates in this release

Updates in Wijmo 5 build 117

  • Added Angular 2 Explorer sample with components for core Wijmo controls. The sample uses Beta.1 version of Angular 2.
  • Added a wijmo.input.DropDown.dropDownCssClass property to make it easier to style the drop-down elements of the controls (this applies to all controls that extend DropDown, including ComboBox, MultiSelect, InputDate, InputTime, etc).
  • Added a wijmo.grid.Column.dropDownCssClass property to make it easier to style the drop-down list used to edit cells in columns that have dataMaps.
  • Added a wijmo.collections.CollectionView.useStableSort property that causes the CollectionView class to use a stable sort algorithm which is 30 to 50% slower than the native sort but maintains the relative order of records with equal keys.
  • Added a new InputDateTime control to enter/edit date and time values using a single control (as opposed to using an InputDate and an InputTime).
  • Added a new FlexGrid.imeEnbled property to support IME modes while the grid is not in edit mode. This property benefits sites and applications in Japanese, Chinese, Korean and other languages that require IME support.
  • Improved FlexGrid.focus() implementation to prevent the browser from scrolling the grid's hostElement into view when the grid gets focus.
  • Improved allowAddNew to work better with childItemsPath.
  • Improved IE9 polyfill to support drag/drop in modal dialogs (TFS 140812)
  • wijmo.xlsx added support for several new functions: Column, Columns, COUNTA, COUNTBLANK, COUNTIF, COUNTIFS, DATE, DATEDIF, DCOUNT, HLOOKUP, HOUR, INDEX, MOD, RANK, RATE, ROUNDDOWN, ROUNDUP, ROW, ROWS, SUBTOTAL, SUMIF, SUMIFS, TIME, TODAY.
  • wijmo.xlsx added support for importing shared formulas.
  • wijmo.xlsx improved performance.
  • wijmo.grid.sheet added support for user-provided custom functions, see the FlexSheet.addCustomFunction method.
  • wijmo.grid.sheet added FlexSheet.unknownFunction event that allows processing non-supported functions found in cell expressions.
  • wijmo.grid.sheet added Sheet.itemsSource property that allows changing the items source for data bound sheets.