Ahmed Atia
Ahmed Atia

Reputation: 17960

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?

Upvotes: 0

Views: 2000

Answers (1)

Dick Lampard
Dick Lampard

Reputation: 2266

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

Upvotes: 1

Related Questions