7.0.7 - 2025-05-27
Improvements
- ToFilterString() and ToODataFilterString() extension methods added to IEnumerable.
- Add CloseSideAsync method to DialogService which waits for the close animation to complete.
- Add Icon to Title DialogOptions
Fixes
- TimeSpanPicker: fix missing panel fields if only Min or only Max is set.
- ToCSV() export method will handle comma.
- Numeric null. reference exception fixed.
- DataGrid CheckBoxList filter search will work properly when binding to dynamic data.
- RadzenScheduler throws error on window resize when placed in a hidden element.
- RadzenCompareValidator validates when the Visible property is set to
true
. - ToFilterString() should serialize only date of DateTime with zero time.
- DataGrid column with CustomFilterExpression will not filter initially.
- Non generic IDictionary support added for expressions.
- DataGrid CheckBoxList filter not populated properly in case of self-referencing hierarchy.