This example creates both custom extended and compact appointment forms for the DevExpress Blazor Scheduler component library. In addition to standard content, custom forms display appointment time zone info and an additional layout item (Degree Level).
Refer to the following help topic to create custom appointment forms: Custom Appointment Forms and Tooltips.
Note: Both standard and customized appointment forms support CRUD operations. For your convenience, we created a data source that contains different appointment types: one-time or recurring, all-day or with specific start/end times, assigned to single or multiple resources. Our example generates the data source at runtime and binds it to the Scheduler via services. To bind a Scheduler in your own application, you can use the same code-behind, but you must implement your own interfaces.
- Load appointments for visible interval only (lazy loading)
- Implement CRUD operations with a Web API Service
(you will be redirected to DevExpress.com to submit your response)
