Is it possible to create a set of disabled days, where it is not possible to create an appointment ?
Or du you plan for a "Disable days" feature, where the user is able to disable all holidays etc. ?
Best regards Bo
1 Answer, 1 is accepted
0
T. Tsonev
Telerik team
answered on 28 Sep 2007, 08:37 AM
Hi Bo Pedersen,
We do not plan to implement integrated support for disabled dates, but you can implement such functionality with events. You can do this either on the client, by handling the AppointmentInserting event or on the server, by handling the FormCreating event. Both events can be canceled, so you can decide when to allow the action.