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.