Categories | Question details Back To List | ||||||||||||||
Scheduler: event overlapping in day view but not in week view In dhtmlx Scheduler, if I add 2 events same day at same hour, when viewing in week view the events appears one beside another, with a reduced width in order to locate both inside the proper day column. This is right for me. But when changing to day view, one event appears behind the other, overlapping it completely. Is there any way to make them appear in day view as in week view, just one beside the other. Thank you very much. Answer posted by Alex (support) on Dec 11, 2009 04:34 >> But when changing to day view, one event appears behind the other, overlapping it completely. The issue wasn't reproduced locally. Do you use the latest scheduler version ? Answer posted by Luis Pérez on Dec 11, 2009 05:32 I think so. How can I know the exact version number? I attach 2 pictures illustrating the issue. Attachments (2)
Answer posted by Alex (support) on Dec 11, 2009 05:42 Please, have a look the sample http://www.dhtmlx.com/docs/products/dhtmlxScheduler/livedemo.shtml Is the issue reproduced here ? Answer posted by Luis Pérez on Dec 11, 2009 05:46 Oh, my... in your sample it works as expected... How can I know if I got the last version? Answer posted by Stanislav (support) on Dec 11, 2009 05:51 Add the next line of code to the page alert(scheduler.version); Latest version must be "2.1" Answer posted by Luis Perez on Dec 11, 2009 06:30 Mmmm.... scheduler.version returns "undefined" always. Is this indicative of an old version? Answer posted by Alex (support) on Dec 11, 2009 06:41 Probably it is. The latest version is 2.1 and can be download here http://www.dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml |