ComponentOne Studio Enterprise(英語版)

モバイル、Web、デスクトップアプリ開発用の高パフォーマンスで拡張可能な.NET UIコントロールのコレクション

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

価格:¥ 311,850 (税込)〜 バージョン: 2023 v3 更新日: Dec 6, 2023 レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00レビューの平均スコア: 5.00 (17)

ComponentOne Studio Enterprise - Includes Wijmo 2021 v1 (Build 5.20211.792)

Released: May 26, 2021

Wijmo 2021 v1 (Build 5.20211.792) での更新項目

機能

New in Wijmo Build 5.20211.792

  • Angular 12 - Added support for strict mode in Angular 12 and earlier Angular versions.
  • [ListBox] Added support for ListBox/ComboBox items virtualization. These controls now add items to the DOM based on the specified value in the virtualizationThreshold property. By default, virtualization is disabled. To enable it, assign virtualizationThreshold with 0 or some positive numeric value.
  • [FlexGrid] getClipString now accepts invalid (negative) row or column ranges, making it possible to get row or column headers only, without the associated data.
  • [FlexSheet] Some formulas like SUMIF, COUNT, and others are reworked to not coerce source values from strings to numbers, to make them function in exactly the same way as in Microsoft Excel. This can be a breaking change for some specific scenarios.
    • Breaking Change - From now on, string values are no longer implicitly cast to other types when aggregates are calculated or comparison operations are performed. For example, the result of '=1="1"' and '=10>"5"' calculation is now false. Previously, it was true.