
Improves Charts, DataGrid and Navigation components.
Fixes
Charts for MAUI
- ChartView with PointSeries does not draw points with DateTime arguments aligned to minutes.
Controls for MAUI
- Nested TabView throws InvalidCastException when generating items from ItemsSource.
- TabView throws NullReferenceException when a nested TabView is populated with items via data binding.
- The IsEnabled property does not work in SimpleButton in pre-release v22.2.4.
DataGrid for MAUI
- A filter row editor is not disabled when the AllowAutoFilter property is set to false in Apple iOS.
- DataColumn's Caption property is ignored in DataGridView in v22.2 if DataTable is used.
- DataGridView does not raise the SwipeItemShowing event if FullSwipeMode is set to None.
- DataGridView does not show the soft keyboard on the first tap in its cell.
- iOS - DataGridView is incorrectly scrolled on an attempt to edit the last row when DataGridView doesn't extend to the bottom of the screen.
Editors for MAUI
- [iOS] [Android] Label moves inside AutoComplete's editbox even when the editor is not empty.
- ComboBoxEdit does not align its long text on the left side when TextHorizontalAlignment is set to Start.
- DateEdit displays dates from different months when the popup is opened for the second time.
- DateEdit raises the DateChanged event two times when its parent Shell page is loaded on an iOS device.
- Editors do not clip their background on Android devices.
- NumericEdit crashes the application when the AndroidLinkTool option is set to r8.
- NumericEdit does not show its Up and Down buttons on Android devices when UpDownIconAlignment is set to Both.
- The FilterChipGroup.IsEnabled property doesn't disable nested items.
- The TimeChanged event is raised when an element is loaded.
Navigation for MAUI
- The IsHeaderPanelShadowVisible property does not work in TabView.