Is it possible to prevent the timelineDay view of snapping resources to a full day (see image), as you can see the start/end time aren't exactly on day start/end but for some reason it gets snapped. (see the red line, it should end at 13:43)
Asked
Active
Viewed 71 times
1 Answers
1
I do not have the scheduler so I am not sure about this but have you looked into the slotDuration and snapDuration. Try setting them to a lower value. I believe the slotDuration default value is 30 minutes, it looks like you may need to set it to 1 minute if possible.

Ryan89
- 1,216
- 15
- 20
-
Thanks, this indeed resolved the issue, it automatically calculated the slotDuration to be a 24 hour duration – Martijn Welker Jun 09 '16 at 13:48
-
Glad I could help. – Ryan89 Jun 09 '16 at 13:49