Hi
I would like to use the DayPilot scheduler as time report board. When the user clicks on a cell in the scheduler, an in-place editor like a number box or a drop down list will be shown, where he can enter or select a value. By clicking on keyoboard Enter the event will be created or edited if its already exists. I attached a screenshot that shows what I mean.
The demo "https://code.daypilot.org/22738/angular-scheduler-rendering-angular-components-inside-events" shows how to embed an angular component inside an event. I'm not sure if I can go further with this demo to achieve my goal. Are there any no-gos that will prevent me to solve this issue?
Beside that, is it possible to navigate through the cells/events using the arrow keys? The focused cell or event will then get the in-place editor
Regards