DevExtreme v24.2 is now available.

Explore our newest features/capabilities and share your thoughts with us.

Your search did not match any results.

JavaScript/jQuery Scheduler - Basic Views

This example demonstrates four JavaScript Scheduler views: Day, Week, Work Week, and Month. You can use the View Switcher above the timetable to switch between them.

To add these views to your JavaScript Scheduler, list them in the views array. If you do not declare this array, users can switch only between the Day and Week views. To activate a specific view at application startup, use the currentView property.

For more information about supported view types, refer to the following help topic: View Types.

Backend API