Added licensing support for MAUI Edition that accepts new "ComponentOne WinUI & MAUI Edition" and Studio Enterprise licenses. However, it is different from Xamarin implementation as there are no separate licensing for Android and iOS, MAUI applications only need gclicx files in MAUI app.
Added support for C1IconTemplate.AlertCircle icon.
Grid
Improvement
Added support for SelectedItem, SelectedIndex and SelectedItems properties.
Bug fix
Fixed the keyboard events that did not allow to cancel the end of the editing.
GridControl
Improvement
Added support for MaxWidth in Star-columns.
Bug fixes
Fixed the layout issue where after modifying frozen columns at runtime, there were star-columns in the frozen area.
Fixed the issue where exception is thrown when editing cell which is in two panels at the same time due to changes in frozen columns at runtime.
Fixed the issue where an exception is thrown on dragging in the row headers panel.