
Adds compatibility for .NET Core 3 Preview 7.
Features
- Common
- Compatibility with .NET Core 3 Preview 7.
- DatePicker
- Use the DatePicker as an editor and filter component in the Grid.
- DropDownList
- Popup should be re-positioned instead of hidden on parent scroll.
- Grid
- Filter menu.
- TreeView
- Url Binding and Navigation.
- Expand and collapse animations.
Fixes
- DropDownList
- Validation is triggered immediately upon load when binding to nullable GUID.
- Scrolled dropdown does not close on outside click.
- The animation can be started multiple times when hiding.
- Grid
- NullReferenceException when editing bool fields in popup mode.
- Clicking on a cell does not enter edit mode when another cell is in edit mode on the same row.
- NumericTextBox
- Numeric text box issues in in-cell editing grid.
- TreeView
- OnExpand fires only for the first level.