
Improves Templates, Editors and DataGrid controls.
Fixes
All Multi-platform App UI (Microsoft .NET MAUI) products
- MAUI Project Template does not add a reference to DevExpress.Maui.Editors when only DataForm component is selected in the template's wizard.
Controls for MAUI
- A cross-thread interaction error is thrown when TabPage loads its tab icons in a separate thread.
- TableView's ItemHeaderFontSize and TabViewItem's HeaderFontSize cannot be defined with the help of string font size values.
- TabView displays item headers with wrapped text content incorrectly.
- TabView ignores the SwipeEnabled property in certain conditions.
- TabViewItem's content is not stretched horizontally on Apple iOS devices.
DataGrid for MAUI
- An application freezes when DataGridView's SwipeItems utilize FontImageSource in their Image properties.
- An item from EndSwipeItems remains visible even if it is hidden in the SwipeItemShowing event handler.
- DataGridView logs NullReferenceException when trying to change values that contain null or DBNull.
- DataGridView's cells ignore columns' font settings.
- DataGridView's edit form does not accept values from DataTable.
- NullReferenceException is thrown in DataGridView when the IsReadOnly property is defined in an implicit style from Application.Resources.
- The IsReadOnly property does not work in CheckBoxColumn.
Editors for MAUI
- AutoCompleteEdit raises the ItemsRequested event after an item has been chosen if CharacterCasing is set to Upper.
- CheckEdit - The IsEnabled property does not work correctly.
- Chip does not show its CheckIcon when CheckIconColor is defined.
- ComboBoxEdit defined in DXPopup with enabled AllowScrim displays the popup in an incorrect position on focus if the keyboard is hidden.
- DateEdit's calendar ignores certain appearance settings.
- MultilineEdit cuts the top line if LabelText is not empty.
- Token editors do not support the clear icon.