Unplanned
Last Updated: 27 Jan 2023 21:12 by Michael
Thomas Schicker
Created on: 21 Jul 2021 07:42
Category: Scheduler
Type: Feature Request
9
Add support for resizing the appointment when Scheduler is resized

If the Scheduler is placed in a parent container (for example Telerik Splitter or any other container) its appointments are not resized when resizing the pane. The Scheduler itself resizes accordingly, but the appointments don't.

If the Scheduler is used as a standalone component, the appointments are properly resized and repositionŠµd on browser resize.
3 comments
Michael
Posted on: 27 Jan 2023 21:12
OK I got it to work.  I found that you have to set AllowUpdate and/or AllowCreate And/or AllowDelete to true for it to resize appointments.  Without those set, it did not work.
Michael
Posted on: 27 Jan 2023 20:21
This does not work for me.  I used javascript to get the resize event, but when I call OnStateChanged from Scheduler component, it does not re-render the appointments in correct place.  They do not move at all on browser resize.  How can I get this to work?
Neil
Posted on: 07 Oct 2021 20:57
Also the appointments don't resize correctly when you switch grouping so that multiple schedulers exist side by side if in a parent container.