The appointments are every 45 mins yet they are displayed as a half hour slots. I would expect regardless of the side guides that the events would be displayed correctly. thanks
Rounding events to the nearest half hour.
I would expect the events to be displayed in their correct size relative to the side measure.
Package versions:
"@progress/kendo-angular-scheduler": "^0.5.0",
Similar to how snap: false works in KUI/jQuery, https://dojo.telerik.com/ihiZEgub
We are using "^0.8.0" and we had the same "issue".
Using "^0.10.1" and having the same issue
This is a major issue for my project. Is there a plan to fix it in the near future?
I wouldn't call it an enhancement since the expected behavior for events is for them to appear with the position and the height that their start and end times dictate...
@tsvetomir
Similar to how
snap: falseworks in KUI/jQuery, https://dojo.telerik.com/ihiZEgub
Actually I've looked at your example here and the issue here isn't related to snap: false. True, this setting allows you to edit events without them snapping to the grid, but even with snap being true, events show with their correct height and top, which is the issue raised here.
You can see in the following demo how the event appears correctly in the scheduler when it loads and doesn't snap to the grid lines:
https://dojo.telerik.com/ihiZEgub/16
@tsvetomir
It is also very important in our project. It's actually the main issue preventing us from using the new scheduler now. The whole project is Angular2 except for the schedule component which currently using the jquery. The performance of the jquery is not good and not usable for production. The need to move to the new schedule is becoming critical to the project.
Can you give esitmation to when this issue will be resolved?
Also requested as an urgent priority in a private support thread - 1424358.
Fix available in latest dev version.
The dev version does seem to work correctly.
I've set up a demo in Stackblitz here.
Kudos!
Released in v0.16
Most helpful comment
Actually I've looked at your example here and the issue here isn't related to
snap: false. True, this setting allows you to edit events without them snapping to the grid, but even with snap being true, events show with their correct height and top, which is the issue raised here.You can see in the following demo how the event appears correctly in the scheduler when it loads and doesn't snap to the grid lines:
https://dojo.telerik.com/ihiZEgub/16
@tsvetomir