Completed
Last Updated: 12 Feb 2025 09:06 by ADMIN
Release 10.0.0 (2025 Q1)

When a picker is in a modal page, the picker isn't displaying over the modal page.  It is showing up on the page behind it. This happens to any picker control e.g. Date, List etc.

 

Completed
Last Updated: 13 Nov 2024 16:29 by ADMIN
Release 8.0.0 (2024 Q4)
Created by: Bernd
Comments: 4
Category: DatePicker
Type: Feature Request
11

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: 14 Oct 2024 10:24 by ADMIN

When increasing the system font size to a larger vale, the numbers in the date and time picker are too big but the height of the items do not change. 

 

 

 

Completed
Last Updated: 07 Aug 2024 08:33 by ADMIN
Release 7.1.0 (2024 Q3)

Hi Team,

If a project is using 7.0.92, the RadDatePicker is not visible in the app after building in Release and publishing through TestFlight to Mac.

Note: I was able to workaround this by setting MauiVersion in the csproj to 7.0.86, so it's apparently something new in .92.

Regards,

Mark

 

Unplanned
Last Updated: 18 Apr 2024 10:59 by Erik Damgaard
Provide support for "ddd" format for DisplayDate and spinner. The MAUI DatePicker supports this option. 
Unplanned
Last Updated: 11 Jul 2023 11:57 by ADMIN
Created by: Tuah
Comments: 1
Category: DatePicker
Type: Feature Request
1
Having scrollable horizontal datepicker like in the attached picture, that able to scroll to the left (previous date) or to the right (next day) is nice addition. I find its already availabe in Flutter, React, Angular etc.  Looking forward for The Telerik Devs to make it happen. Thank You.
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.
Completed
Last Updated: 18 Oct 2022 14:30 by ADMIN
Release 3.1.0
Created by: Michel
Comments: 2
Category: DatePicker
Type: Bug Report
2

When setting IsEnabled to False, the DatePicker is still enabled and the dropdown/popup can be opened. Still the disabled style is applied as expected.

The issue occurs in all pickers

Completed
Last Updated: 13 Jul 2022 10:31 by ADMIN
Release Release 2.0.0

If you create an implicit style for DatePicker, for example, like this:

<Style TargetType="telerikInput:RadDatePicker">
    <Setter Property="SpinnerFormat" Value ="yyy/MMM/dd"/>
    <Setter Property="DisplayStringFormat" Value ="yyyy/MMM/dd"/>
    <Setter Property="IsClearButtonVisible" Value ="True"/>
    <Setter Property="IsToggleButtonVisible" Value ="True"/>
</Style>

an "object reference not set to an instance of an object" exception is raised.

As a temporary workaround, set the SpinnerFormat and DisplayStringFormat properties directly to the DatePicker instance.