
Improves Charts, CollectionView and Editors.
Fixes
All Multi-platform App UI (.NET MAUI) products
- FilterCheckedListPickerItem throws Java.Lang.IllegalStateException the second time it is opened if PickerShowMode is set to Popup or BottomSheet.
Charts for MAUI
- ChartView does not show any content without data.
CollectionView for MAUI
- An element placed above DXCollectionView is shown and hidden randomly on scrolling when the soft keyboard is visible.
DataGrid for MAUI
- DataGridView stops tracking source collection changes in the ScrollToRow method is called with an invalid argument.
- TemplateColumn does not activate the editing mode for cells if they contain an interactive element.
Editors for MAUI
- Chip groups cannot be disabled in XAML.
- ComboBoxEdit does not show a currently selected item's value on loading.
- MultiLineEdit with a declared PlaceholderText is automatically focused when its parent TabView is loaded on a real Apple iOS device.
- NumericEdit replaces underlying values with 0 when NumberFormat is customized at the level of application CultureInfo.
- There are no options to customize buttons in the DateEdit popup.