How do I localize the drop-down calendar that allows you to select a date on the Scheduler control?
Or how do I stop the scheduler from showing that option?
2 Answers, 1 is accepted
0
Peter
Telerik team
answered on 12 May 2009, 09:29 AM
Hello Alfred,
Setting the Culture property for RadScheduler should also automatically localize the popup calendar. If you need to hide the popup calender set EnableDatePicker="false" for RadScheduler.