How can I help you?
Essential Studio® for WinUI - v33.1.44 Release Notes
Common
- WinUI controls have been upgraded to Windows App SDK 1.8.251106002
- WinUI controls have been upgraded to Windows SDK BuildTools 10.0.26100.7463
- Provided support to localize the strings without using resw file.
SfCartesianChart
Features
-FB40777 - Support for Candlestick and OHLC chart types has been added to the SfCartesianChart. This enables financial charting scenarios such as visualizing market trends, price movements, and historical trading data.
SfDataGrid
Features
- Added a new
SingleDeselectoption to theGridSelectionModeenum, enabling users to select a single row and automatically clear the selection when tapping the same item again.
SfNumberBox
Features
- FB64661 - Support for various numeric data types such as Double, Decimal, Float, Int and Long is provided in SfNumberBox by assigning a type to the
ValueTypeproperty.
Breaking Changes
This update allows the control to accept values of all numeric data types.
| API name | Existing Type | Current Type | Default value |
|---|---|---|---|
| System.Nullable<System.Double> | object | null | |
| System.Nullable<System.Double> | object | null | |
| System.Double | object | null | |
| System.Double | object | 1 | |
| System.Double | object | 10 |
SfTreeGrid
Features
- Added a new
SingleDeselectoption to theGridSelectionModeenum, enabling users to select a single row and automatically clear the selection when tapping the same item again.
Test Results
| Component Name | Test Cases | Passed | Failed | Remarks |
|---|---|---|---|---|
| AutoComplete | 31 | 31 | 0 | All Passed |
| AvatarView | 260 | 260 | 0 | All Passed |
| Badge | 187 | 187 | 0 | All Passed |
| Barcode | 293 | 293 | 0 | All Passed |
| Calendar | 114 | 114 | 0 | All Passed |
| Calendar Date Picker | 130 | 130 | 0 | All Passed |
| Calendar DateRange Picker | 174 | 174 | 0 | All Passed |
| Cartesian Charts | 1328 | 1328 | 0 | All Passed |
| Color Palette | 53 | 53 | 0 | All Passed |
| Color Picker | 43 | 43 | 0 | All Passed |
| ComboBox | 100 | 100 | 0 | All Passed |
| DataGrid | 547 | 547 | 0 | All Passed |
| Date Picker | 82 | 82 | 0 | All Passed |
| DropDown Color Picker | 50 | 50 | 0 | All Passed |
| Kanban Board | 2085 | 2085 | 0 | All Passed |
| Linear Gauge | 1184 | 1184 | 0 | All Passed |
| NumberBox | 48 | 48 | 0 | All Passed |
| Polar Charts | 104 | 104 | 0 | All Passed |
| Radial Gauge | 397 | 397 | 0 | All Passed |
| Range Slider | 149 | 149 | 0 | All Passed |
| Rating | 45 | 45 | 0 | All Passed |
| Ribbon | 50 | 50 | 0 | All Passed |
| Scheduler | 1099 | 1099 | 0 | All Passed |
| Segmented Control | 50 | 50 | 0 | All Passed |
| Shadow | 41 | 41 | 0 | All Passed |
| Slider | 139 | 139 | 0 | All Passed |
| Time Picker | 72 | 72 | 0 | All Passed |
| TreeGrid | 57 | 57 | 0 | All Passed |