Skip to content

Releases: radzenhq/radzen-blazor

3.2.4

19 Apr 08:13
Compare
Choose a tag to compare

3.2.4 - 2021-04-19

Improvements

  • Validate form with action.

Fixes

  • DataGrid should not reset current page on sorting.

3.2.3

14 Apr 07:51
Compare
Choose a tag to compare

3.2.3 - 2021-04-14

Improvements

  • Numeric focus appearance improved.

Fixes

  • Reset the Tree SelectedItem when Value is set to null.
  • Selecting a tree item does not remove prior selection.
  • DropDownDataGrid AllowFilteringByAllStringColumns will raise exception if some of the column values is null.
  • DataGrid pager not reset to first page after sort.
  • DropDownDataGrid selected item not respected if SelectedValue is set.
  • DropDownDataGrid AllowFilteringByAllStringColumns should respect column Filterable property.

3.2.2

08 Apr 08:09
Compare
Choose a tag to compare

3.2.2 - 2021-04-08

Fixes

  • Reset the Tree SelectedItem when Value is set to null.

3.2.1

06 Apr 07:00
Compare
Choose a tag to compare

3.2.1 - 2021-04-06

Fixes

  • DataGrid state not updated on row selection.

3.2.0

02 Apr 08:53
Compare
Choose a tag to compare

3.2.0 - 2021-04-02

Improvements

  • Dialog Style property added.

Fixes

  • Refresh RadzenSteps and RadzenGrid when bound properties change.

3.1.11

01 Apr 07:28
Compare
Choose a tag to compare

3.1.11 - 2021-04-01

Improvements

  • Support Formatting in RadzenNumeric.

Fixes

  • DataGrid selected, edited and expanded items not persisted properly when paging.

3.1.10

29 Mar 10:17
Compare
Choose a tag to compare

3.1.10 - 2021-03-29

Fixes

  • DataGrid columns not aligned in some cases.

3.1.9

26 Mar 08:26
Compare
Choose a tag to compare

3.1.9 - 2021-03-26

Fixes

  • DropDownDataGrid clear icon position fixed.
  • DataGrid cell rendering improved.

3.1.8

25 Mar 07:25
Compare
Choose a tag to compare

3.1.8 - 2021-03-25

Improvements

  • DataGrid LogicalFilterOperator added.

Fixes

  • DataGrid pager hidden after CancelEditRow().
  • Refresh RadzenRadioButtonList when RadzenRadioButtonListItem Text property changes.

3.1.7

22 Mar 08:07
Compare
Choose a tag to compare

3.1.7 - 2021-03-22

Fixes

  • Fixed DataGrid column width reset on other column resize if set initially.
  • Refresh RadzenGrid and RadzenSteps when Text property changes.
  • Slider will handle Min, Max, Range and Step change.