Search code examples
asp.nettelerikdatetimepicker

How to disable a collections of dates for Telerik DateTimePicker?


For a telerik DateTimePicker, I need you to disable a collection of certain dates, so user cannot select them? Is there any client/server side events that can do this?


Solution

  • Wire the DayRender server and client events of the calendar inside the picker - I found a demo project on the telerik site about that.