Skip to content

4.14.2

Compare
Choose a tag to compare
@enchev enchev released this 25 Jul 07:13
· 755 commits to master since this release

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.