Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
7.1.5 source code.tar.gz | 2025-07-10 | 11.8 MB | |
7.1.5 source code.zip | 2025-07-10 | 12.6 MB | |
README.md | 2025-07-10 | 640 Bytes | |
Totals: 3 Items | 24.5 MB | 1 |
7.1.5 - 2025-07-10
Improvements
- DataGrid column filtering with List<string> like sub-property.
- RadzenAutoComplete will select value on NumpadEnter.
- Form components FieldIdentifier made public.
Fixes
- DataGrid double IsEmpty/IsNotEmpty filters fixed.
- DataGrid FilterMode.CheckBoxList crashes when selecting all items in a non string column.
- DataGrid LoadDataArgs.Filter should use it for instance name in case of column CustomFilterExpression.
- DataGrid should set column CustomFilterExpression to null on Reset().
- DropDownBase should allow filter on SPACE while still be able to select/deselect items.