
Improves performance of Grid and TreeView.
Features
- Common
- Compatibility with Blazor WebAssembly 3.2.0 (GA).
- Grid
- Improves performance.
- TreeView
- Improves TreeView performance.
Fixes
- DatePicker
- WASM: Double click on the popup button causes "Error: Unknown edit type: 0".
- DateTimePicker
- WASM: Double click on the popup button causes "Error: Unknown edit type: 0".
- Grid
- Enabling Navigable causes DropDownList and Numeric Textbox to not work in Edit mode.
- Changing the grid columns collection shows the new columns with the initial widths.
- Closing InCell editing with a ComboBox as a custom editor from the OnChange event of the combobox throws an error in a WebAssembly app.
- Row selection does not work with Row Template.
- Filtering nested (navigation) properties works only for string types.
- Grid filter menu throws on close with Esc.
- Exception in WASM on scroll or scrollbar click when a popup is open: "Error: Unknown edit type: 0".
- Groupable grid throws on column header click if filter menu is open.
- Menu
- Arrow up on vertical menu has wrong action.
- Menu keyboard navigation loses focus.
- Menu items break functionality when hovered over.
- TextBox
- TextBox does not lose its focus when the user clicks outside of it.
- TimePicker
- WASM: Double click on the popup button causes "Error: Unknown edit type: 0".
- TreeView
- When using OnExpand, you get "Object reference not set to an instance of an object."