I am able to click on the calendar icon and get the Calendar to display although date selections are not updated. Setting IsEnabled = false does not help either. Do we have a workaround?
thanks
1 Answer, 1 is accepted
0
Dani
Telerik team
answered on 15 Apr 2011, 09:26 AM
Hi Ramesh,
The ReadOnly state is designed to provide just what you described - the control is functional (you can "read' it), but selection is disabled.
If you wish to make the Calendar PART appear disabled when the DatePicker is in ReadOnly state, you can do the following: bind the IsEnabled property of the Calendar to the IsReadOnly property of its parent with an appropriate converter. Generate the template of RadDatePicker from Blend and try the following:
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items