Unplanned
Last Updated: 22 Feb 2023 15:14 by Mandeep
Brian
Created on: 19 Jan 2023 12:54
Category: Grid
Type: Feature Request
9
DateOnly type support
The DateOnly type has been introduced in .NET 6 but isn't supported by Telerik DatePickers although Telerik is compatible with .NET 7 now.

I'd like DateOnly support to be introduced to Telerik UI for ASP.NET Core because my Grid uses that type and issues occur in the Grid's PopUp and InLine editing fields that are bound to DateOnly fields.
1 comment
Mandeep
Posted on: 22 Feb 2023 15:14

Have you tried using [UIHint] with DateOnly? Something like

[DataType(DataType.Date)]

public DateOnly EffectiveDate { get; set; }