DatePicker in Grid popup bound to a DateOnly field does not show the field value #8124
Labels
Bug
C: Grid
FP: Unplanned
Sync status with associated Feedback Item
S: Wrappers (ASP.NET Core)
SEV: Medium
Bug report
When ParseFormats is set in the DatePicker editor used in the Grid popup, the picker does not show the field value to which it is bound.
Reproduction of the problem
public DateOnly? OrderDate { get; set; }
Current behavior
When editing a record. The value of the OrderDate field is not displayed in the DatePicker.
If you remove the ParseFormats option from the DatePicker, it shows the value as expected.
Expected/desired behavior
The field value should be displayed in the picker, even when ParseFormats is set.
Environment
The text was updated successfully, but these errors were encountered: