5.2.0 - 2024-09-16
Improvements
- Added utility CSS classes for display, overflow, sizing and borders.
- NumericRangeValidator AllowNull added.
- Implement UploadComplete event in RadzenHtmlEditor.
- DataGrid KeyDown event added.
Fixes
- DataGrid CheckBoxList column filter not refreshed on search when AllowCheckBoxListVirtualization="false".
- AutoComplete property deleted to comply with .NET9 (no longer possible to have property and attribute with same name). All cases will be supported trough custom attribute.
- Pager will focus clicked button if not disabled.
- Required validation triggers unnecessarily for RadzenHtmlEditor.
- DatePicker year DropDown should respect Culture.
- Numeric should insert NumpadDecimal at cursor position.