This question is locked. New answers and comments are not allowed.
Hello,
I don't think AllowDrop works? I thought I could use AllowDrop = false to prevent the calendar from opening, but changing the property does not appear to affect the drop down (i.e. It always drops). Am I using the control incorrectly or is this a bug?
v.2010.1.422.1040
I don't think AllowDrop works? I thought I could use AllowDrop = false to prevent the calendar from opening, but changing the property does not appear to affect the drop down (i.e. It always drops). Am I using the control incorrectly or is this a bug?
v.2010.1.422.1040
<telerikInput:RadDatePicker IsTodayHighlighted="True" Name="radDatePicker" KeyDown="radDatePicker_KeyDown" |
SelectionChanged="radDatePicker_SelectionChanged" AllowDrop="False"> |