• Material 3
  • Material 3 Dark
  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Blocking Dates and Time in ASP.NET MVC Scheduler Control

This example shows how to block specific time intervals or days on the Scheduler.

DEMO
SOURCE

In this example, few blocked events are defined to block the specific time range with the text “Unavailable”. No events can be created on those blocked time range as well as edited through it. These blocked events can be defined by setting isBlock field to true within the eventSettings and assigned altogether with the events dataSource.