Releases: radzenhq/radzen-blazor
Releases · radzenhq/radzen-blazor
6.0.20
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
6.0.19 - 2025-02-21
Fixes
- Fixed Tree stack overflow after collapse.
- ToFilterString() should export Boolean arrays as valid C#.
6.0.18
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
6.0.17 - 2025-02-19
Fixes
- Reverted DatePicker name of the day of the week too big in some cultures.
6.0.16
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
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
6.0.14 - 2025-02-18
Fixes
- Fixed DataGrid sub properties invalid expressions.
- Select() with string predicate fixed for sub properties.
6.0.13
6.0.13 - 2025-02-18
Fixes
- Select expression support for nested conditional access added.
6.0.12
6.0.12 - 2025-02-18
Fixes
- Select expression should not create resulting type with dot in the property name.
6.0.11
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.