Unplanned
Last Updated: 12 Oct 2023 06:01 by ADMIN
Created by: Bernd
Comments: 3
Category: DatePicker
Type: Feature Request
10

The DatePicker control uses DateTime values for all date properties like Date, DefaultHighlightedDate, MinimumDate, MaximumDate, etc.

With .NET 6 a new DateOnly type was introduced. It would be great if the Date(Only)Picker would support it as well.

For now, I created a custom DateOnlyToDateTime Converter and use it to bind the DateOnly properties from the ViewModel. But native support would be great.

Unplanned
Last Updated: 25 May 2023 06:29 by Aleksandra
Created by: Aleksandra
Comments: 0
Category: DatePicker
Type: Feature Request
1
Expose an IsOpenChanged event about DatePicker control.