TimeLine View

Hi ,

I need to have a timeline view like below

forum.dhtmlx.com/download/file. … ccc3e816dc

.Is it possible to implement using dhtmlx scheduler ?


Hi,

Yes, you should set cell mode for Timeline view:
docs.dhtmlx.com/scheduler/timel … #viewmodes

Please check the sample: docs.dhtmlx.com/scheduler/sampl … slots.html

Thanks for your kind reply ,

Can i get the source code for the sample in asp.net mvc ?

docs.dhtmlx.com/scheduler/sampl … slots.html

In your sample you have the sections but in my requirement I need to show the events against the time in Y axis and needs to be in hide mode.

X Axis - > Day in the format DD -MM
Y Axis - > Time with scale (24 hours - one unit - 2 hours )

Y axis needs to be in hide mode.

Hi,

Yes, you can use source code of the sample.

It is a week view or custom view. Unfortunately there is no way not to render event’s containers and display them as a numbers in cells in this case. It is possible only in timeline view, sections can be hidden, but there is only X scale with time.

Can i get the sample code to check

Timeline view

Having Day in X Axis

and time (Hours) in Y axis (section ) in asp.net MVC

very urgent I need to complete the task .Please help me