Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
3.9.6
3.9.6 - 2021-08-30
Fixes
- DataGrid/DataList null ref. exception fixed when pager is set to top.
- DataGrid column drag visual not positioned correctly when document scrolled.
3.9.5
3.9.5 - 2021-08-25
Fixes
- DataGrid initial column filtering fixed.
3.9.4
3.9.4 - 2021-08-25
Fixes
- Switch mouse events not raised.
- DataGrid and DataList pager Count not calculated properly.
- DataGrid loading panel not working properly with frozen columns.
- DataGrid column null ref. exception fixed when SortOrder is bound to null.
3.9.3
3.9.3 - 2021-08-23
Improvements
- DatePicker AllowInput property added.
Fixes
- DataGrid validation does not work.
- Focused element lost after DropDown select.
- DataGrid InsertRow() will break the pager if not on first page.
- DataGrid InsertRow() fixed to work with LoadData binding.
- Fixed DropDown LINQ expression cannot be translated with AllowFiltering and IQueryable.
3.9.2
3.9.2 - 2021-08-18
Fixes
- Use oninput to prevent bypassing of the mask.
3.9.1
3.9.1 - 2021-08-18
Fixes
- Fixed component cannot be focused after leaving DropDown
- DataGrid GroupHeaderText renamed to GroupPanelText
3.9.0
3.9.0 - 2021-08-18
Improvements
- DataGrid grouping support added.
Fixes
- Fixed DropDownDataGrid exception when filtering non string data.
- Fixed reordering DataGrid columns with hidden columns is not working.
3.8.2
3.8.2 - 2021-08-09
Improvements
- DataGrid column reorder added.
Fixes
- DataGrid DoesNotContain not working properly with LoadData binding.
- Tooltip dispose fixed.
- Fixed current page selection after page size changed in pager.
- Fixed pager visibility.
3.8.1
3.8.1 - 2021-08-03
Fixes
- Fixed item select in DropDown bound to KeyValuePair throws exception.
- Fixed splitter themes.
3.8.0
3.8.0 - 2021-07-29
Improvements
Fixes
- Popup position is inverted when there is enough space for it.
- DropDownDataGrid initial PageSize not respected.
- Fixed virtualization with LoadData and OData service.