Skip to content

Releases: radzenhq/radzen-blazor

6.0.20

21 Feb 18:09
Compare
Choose a tag to compare

6.0.20 - 2025-02-21

Fixes

  • Fixed exception with DataGrid sorting and property name equal to System Type name.
  • DataGrid CheckBoxList filter list cast exception fixed.

6.0.19

21 Feb 06:40
Compare
Choose a tag to compare

6.0.19 - 2025-02-21

Fixes

  • Fixed Tree stack overflow after collapse.
  • ToFilterString() should export Boolean arrays as valid C#.

6.0.18

20 Feb 10:24
Compare
Choose a tag to compare

6.0.18 - 2025-02-20

Fixes

  • Saved DataGrid filter with CheckBoxList filter type will raise exception on settings load.
  • Fixed OrderBy() with complex lambdas.
  • Revert "Fix OnSideClose being called on open since dialogs opened with Open() cannot be closed.

6.0.17

19 Feb 16:44
Compare
Choose a tag to compare

6.0.17 - 2025-02-19

Fixes

  • Reverted DatePicker name of the day of the week too big in some cultures.

6.0.16

19 Feb 16:15
Compare
Choose a tag to compare

6.0.16 - 2025-02-19

Fixes

  • Fixed DataGrid CheckBoxFilter values not sorted.
  • DatePicker name of the day of the week too big in some cultures.
  • Generic OrderBy() method by string selector fixed to support lambda.

6.0.15

19 Feb 07:35
Compare
Choose a tag to compare

6.0.15 - 2025-02-19

Fixes

  • Where() parameters conversion between string and actual type fixed.
  • OrderBy() with string lambda support fixed.

6.0.14

18 Feb 21:16
Compare
Choose a tag to compare

6.0.14 - 2025-02-18

Fixes

  • Fixed DataGrid sub properties invalid expressions.
  • Select() with string predicate fixed for sub properties.

6.0.13

18 Feb 15:48
Compare
Choose a tag to compare

6.0.13 - 2025-02-18

Fixes

  • Select expression support for nested conditional access added.

6.0.12

18 Feb 09:40
Compare
Choose a tag to compare

6.0.12 - 2025-02-18

Fixes

  • Select expression should not create resulting type with dot in the property name.

6.0.11

18 Feb 08:00
Compare
Choose a tag to compare

6.0.11 - 2025-02-18

Fixes

  • DataGrid TimeOnly column type with ToFilterStrng() support added.
  • DataGrid Guid column type with ToFilterStrng() support added.
  • DataGrid FilterProperty should be used instead Property only if Property is not enumerable.