# 2023 v3

## Content



### Menu

**Bug fix**

*   Excluded menu separators from the keyboard navigation.

### Calendar

**Improvement**

*   Updated references to the C1.ScheduleCore packages.

### Menu

**Bug fixes**

*   Fixed issue in inserting items in MenuItemsCollection.
*   Fixed the issue where Submenus items are not automatically closing on resizing the window, changing position and minimizing/maximizing the window when AutoClose property is set to True.

### Chart

**Bug fixes**

*   Fixed issue with series-specific data label overlapping.
*   Fixed the issue with tooltip position in WinUI charting controls.

### Menu

**Bug fixes**

*   Fixed issue with AutoClose not working correctly with C1 multi level menu(s),IsLightDismissEnabled when true prevents some click event handlers.
*   Corrected initialization of C1MenuItem; supported C1MenuItem.IsCheckable.

### Core

**Breaking changes**

*   "PopupStyle" style resource was moved from Core to Input library.
*   C1Border removed INotifyPropertyChanged interface.
*   C1Border removed ComputedMargin property.
*   C1View removed InitializeUIOverride and FinalizeUIOverride.

### Grid

**Bug fixes**

*   Fixed the issue where changes in GridColumn.Header were not honored at runtime.
*   Fixed the issue where refreshing of SummaryRow was not working fine on filtering rows.

### GridControl

**Bug fix**

*   Fixed the issue where selection was not cleared when resetting Adapter and caused exception when the dimensions of the previous selection didn't fit in the new adapter dimensions.

### Input

**Bug fix**

*   Fixed the issue where C1TextBox.Placeholder was not mapped to native control.

### DataFilter

**Bug fix**

*   Fixed the issue where filter requests was not processing in sequential order.

### Grid

**Bug fixes**

*   Fixed exception when using ClassicStyle in High-Contrast theme.
*   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.