Skip to content

Releases: radzenhq/radzen-blazor

3.9.6

30 Aug 07:39
Compare
Choose a tag to compare

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

25 Aug 12:18
Compare
Choose a tag to compare

3.9.5 - 2021-08-25

Fixes

  • DataGrid initial column filtering fixed.

3.9.4

25 Aug 08:36
Compare
Choose a tag to compare

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

23 Aug 15:02
Compare
Choose a tag to compare

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

18 Aug 16:14
Compare
Choose a tag to compare

3.9.2 - 2021-08-18

Fixes

  • Use oninput to prevent bypassing of the mask.

3.9.1

18 Aug 09:43
Compare
Choose a tag to compare

3.9.1 - 2021-08-18

Fixes

  • Fixed component cannot be focused after leaving DropDown
  • DataGrid GroupHeaderText renamed to GroupPanelText

3.9.0

18 Aug 06:57
Compare
Choose a tag to compare

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

09 Aug 08:18
Compare
Choose a tag to compare

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

03 Aug 07:55
Compare
Choose a tag to compare

3.8.1 - 2021-08-03

Fixes

  • Fixed item select in DropDown bound to KeyValuePair throws exception.
  • Fixed splitter themes.

3.8.0

29 Jul 13:24
Compare
Choose a tag to compare

3.8.0 - 2021-07-29

Improvements

  • New splitter component.

Fixes

  • Popup position is inverted when there is enough space for it.
  • DropDownDataGrid initial PageSize not respected.
  • Fixed virtualization with LoadData and OData service.