Hey,
if the scheduler's month view space is not enough it will show '+ x more '. Is there a possibility to display the other entries or to react to the click event?
Thank you in advance
Hey,
if the scheduler's month view space is not enough it will show '+ x more '. Is there a possibility to display the other entries or to react to the click event?
Thank you in advance
The scheduler displays all events in a dialog after clicking the more button.
No, there is no such event exposed. You can however configure the number of events that are displayed before the more button appears via the MaxAppointmentsInSlot property.
I upgraded to the latest version now (2.18.8) and the "+ {0} more" does render as a anchor on the page, but there is no dialog after clicking.
Can you maybe update the demo to show this functionality because it is not working on my project?
Never mind my stupidity, the RadzenDialog was not registered.
Maybe make this sentence stand out more:
"Open the Shared/MainLayout.razor
file and include <RadzenDialog/>
, <RadzenNotification/>
, <RadzenContextMenu/>
and <RadzenTooltip/>
"
Both me and another developer overlooked that sentence in the install/setup.