
Adds new ListView, Pager and CheckBox components.
Features
- Common
- New ListView Component.
- New Pager Component.
- New CheckBox Component.
- Compatibility with Blazor WebAssembly 3.2.0 Preview 3.
- Grid
- Grid Frozen Columns
- SelectAll should persist selecteditems across paging, filtering,sorting and virtualization.
- It is possible to toggle between no selection and enabled selection.
- Shift + Arrows selection in grouped data.
- SelectAllMode in the CheckBoxColumn.
Fixes
- ComboBox
- Combobox does not show selected value in 2.9.0.
- DropDownList
- Wrong text shown in the dropdown when the Value is not in the Data collection.
- Grid
- Hiding columns at runtime leaves the headers.
- Grid throws on delete command.
- Checkbox column on grouped grid not removing selection when page is changed.
- Selection in a child grid affects the parent grid.
- Selection through grouped items selects wrong items.
- Clearing Grid data does not clear SelectedItems.
- Menu
- Menu keyboard navigation doesn't work.