C1View removed InitializeUIOverride and FinalizeUIOverride.
Calendar
Improvement
Updated references to the C1.ScheduleCore packages.
DataFilter
Bug fix
Fixed the issue where Filter requests were not processing in sequential order.
Gauge
Bug fixes
Fixed OnValueChanged event.
Fixed the issue where setting TargetColor property of BulletGraph throws error.
Grid
Bug fixes
Fixed the issue where changes in GridColumn.Header were not honored at runtime.
Fixed the issue where GridFilterRow was not showing header correctly when used in ColumnFooterRows.
Fixed issue with ColumnFooterRows not freezing if FrozenRows was bigger than the number of Rows.
Fixed the issue where SummaryRow for grouping was not calculating values correctly if GroupRowPostion=BelowData.
Fixed the issue where exception was thrown with new-row if filtering happens while the new row was being editing.
GridControl
Breaking changes
Moved SelectionMode and MouseOverMode properties to FlexGrid.
Moved GridSelectionMode and GridMouseOverMode types to FlexGrid.
Bug fixes
Fixed the issue where dragging selection adorner was not working correctly.
Fixed the issue where selection was not cleared when resetting Adapter and caused exception if the dimensions of the previous selection didn't fit in the new adapter dimensions.
Input
Bug fix
Fixed the issue where C1TextBox cursor position was changed unexpectedly while typing.
Menu
Bug fixes
Deferred opening actions for unbounded menu items.
Excluded menu separators from the keyboard navigation.
Fixed bug in inserting items in MenuItemsCollection.
Corrected MenuItemView initialization for WebAssembly.
Corrected initialization of C1MenuItem; supported C1MenuItem.IsCheckable.