bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Support for EventEditor used with `autoUpdateRecord` #9841

Closed matsbryntse closed 3 weeks ago

matsbryntse commented 1 month ago
 features : {
        eventEdit : {
            // We like our editor to be modal and centered, not aligned to any event.
            editorConfig : {
                modal    : true,
                 autoUpdateRecord : true,
            },