Duplicated
Last Updated: 02 May 2025 08:28 by ADMIN
Daniel
Created on: 21 Apr 2025 17:00
Category: DateTimePicker
Type: Feature Request
0
Add a DisabledDates property to the DateTimePicker
Currently there is a DisabledDates param on your DatePicker component which is extremely useful, however on the DateTimePicker, it appears there is no way to disabled a list of DateTimes. For now it seems the only work around is once a disabled date is selected, to fire an event and inform the user they cannot select that date and null out what they selected. However a very nice feature to have would be to pass in a list of disabled dates directly to the DateTimePicker similar to DatePicker.

Code example:


Possible:
private List<DateTime> _disabledDates = new();
<TelerikDatePicker DisabledDates="_disabledDates">

Not Possible (Requested Feature)
private List<DateTime> _disabledDates = new();
<TelerikDateTimePicker DisabledDates="_disabledDates">

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
2 comments
ADMIN
Hristian Stefanov
Posted on: 02 May 2025 08:28

Hi Daniel,

I confirm the feature status is still "Unplanned" at this stage. That means no specific time frame has been assigned yet. As soon as we move a task to the short-term backlog, the status will change to "Planned" and most likely a release number will appear as well.

Other items with more priority have been considered over this item for the recent releases. Things are dynamic, and the best way to stay updated with the feature status is to keep following this public item.

Regards,
Hristian Stefanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Daniel
Posted on: 01 May 2025 15:27
This is very much needed. Its already a feature on the DatePicker, why would it not be a feature on the DateTimePicker? Seems like it would be a pretty straight forward feature to add?