KinaUna / KinaUnaAzure

https://web.kinauna.com
1 stars 0 forks source link

Calendar doesn't show item details when clicked. #7

Closed KinaUna closed 4 months ago

KinaUna commented 4 months ago

When clicking an item in the calendar nothing happens.

The calendar should show a popup, modal or section with the event details when clicking on it. If the current user has the access rights, it should also allow editing and deletion of events.

KinaUna commented 4 months ago

The calendar uses the Syncfusion Scheduler component, the default popup's style doesn't fit well with the KinaUna desing, so a custom popup is needed.

I will create a partial view with the event details that can be loaded in the Scheduler's onEventClick() handler.

KinaUna commented 4 months ago

A pop-up div has been added and the onEventClick function has been updated to show the calendar event details there.