5.5.4 - 2024-11-05
Improvements
- DropDown Open and Close events added.
Fixes
- Avoid using
new Dictionary<string, string>(StringComparer.InvariantCultureIgnoreCase)
because of error in ColorPicker after deploy to IIS. - Carousel swipe should not prevent touch of other nested components.
- Fixed DataGrid LoadColumnFilterData paging arguments not passed correctly.
- Fixed Carousel out of range exception when navigating to out of range index.
- Fixed DataGrid Object must implement IConvertible with DateOnly filtering for OData.
- Fixed "The ParameterView instance can no longer be read because it has expired." error with virtualized DropDownDataGrid.