This question is locked. New answers and comments are not allowed.
I use the DateTimePicker in the EditTemplate of the DataForm:
In the readonly mode of the DataForm the textbox of the DateTimePicker is disabled, BUT the DropDownButton is still enabled.
How to disable the DropDownButton?
Thanks
Björn.
<
toolkit:DataField
PropertyPath
=
"Startdate"
>
<
telerikInput:RadDateTimePicker
InputMode
=
"DatePicker"
SelectedDate
=
"{Binding Startdate, Mode=TwoWay}"
DateTimeWatermarkContent
=
""
/>
</
toolkit:DataField
>
In the readonly mode of the DataForm the textbox of the DateTimePicker is disabled, BUT the DropDownButton is still enabled.
How to disable the DropDownButton?
Thanks
Björn.