An open API service indexing awesome lists of open source software.

https://github.com/lalugue/scheduler-how-to-create-custom-editing-form-angular

This example demonstrates how to create a custom editing form for appointments with a DevExtreme Popup widget in Angular.
https://github.com/lalugue/scheduler-how-to-create-custom-editing-form-angular

angular devextreme devextreme-angular popup scheduler

Last synced: 2 months ago
JSON representation

This example demonstrates how to create a custom editing form for appointments with a DevExtreme Popup widget in Angular.

Awesome Lists containing this project

README

        

# Scheduler - How to create a custom editing form

This example demonstrates how to create a custom editing form for appointments.

The main idea is to use a [Popup](https://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxPopup/) to display appointment data and to update appointments by calling methods from the [Scheduler API](https://js.devexpress.com/Documentation/Guide/Widgets/Scheduler/Appointments/Update_Appointments/#API).

In our particular case, we use a custom editing form to select a seat for a chosen movie.