Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"+ x more" appointsments can overflow in RadzenScheduler #1859

Open
OleFosdal opened this issue Dec 16, 2024 · 1 comment
Open

"+ x more" appointsments can overflow in RadzenScheduler #1859

OleFosdal opened this issue Dec 16, 2024 · 1 comment

Comments

@OleFosdal
Copy link

Describe the bug
"+ x more" appointsments can overflow when RadzenScheduler is set to heights different from example on demos site.
This will also result in RadzenScheduler showing ScrollBar if bottom row of cells shows the "+ x more" UI.

To Reproduce
Steps to reproduce the behavior:

  1. Go to radzen scheduler
  2. Modify RadzenScheduler height to "800px"
  3. Make enough appointments in any cell so that the text "+x more" appointments shows up.
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows
  • Browser chrome 131.0.6778.140
@akorchev
Copy link
Collaborator

Yep, this happens because the calculation that does MaxAppointmentsPerSlot is a bit iffy. We will see if there is any way to make it more robust somehow. As a workaround you can set MaxAppointmentsPerSlot (it is a property of RadzenMonthView). I think 3 should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants