4.14.2 - 2023-07-25
Improvements
- Added DataGrid column SetFilterValueAsync method set column filter value and reload grid. Allows you to use the FilterTemplate without initializing an additional property.
- Notification Close event added.
- Added ShowButton to DatePicker.
- Added AllowColumnFiltering to DataFilter.
- DataFilter PropertiesCollection added similar to DataGrid ColumnsCollection.
Fixes
- DataGridColumnHeaderCell: make the resizing element fill the whole cell while resizing to prevent an accidental click on the cell and therefore an unexpected resort.
- OData filtering of DateTime fixes for various cultures.