Hi,
I belive I saw a bug in example with "TimeScale with Template"
https://help.syncfusion.com/aspnetmvc/schedule/templates#timescale-with-template
If you combine this settings shown
.TimeScale(ts => ts
.Enable(true)
.majorSlot(120)
.minorSlotCount(2)
.majorSlotTemplateId("#majorTemplate")
.minorSlotTemplateId("#minorTemplate")
)
With this
.Orientation(Orientation.Horizontal)
The timescale is not visible at all. Please see the attached screenshot where it is shown that the problem is with css. It puts the whole timescale table -5000 absolute position which is not visible in the screen. I found it. but I don't now the reason why it is happening.
Also take a look at example project where I tested Schedule control for a representation of a problem.
Thanks in advance. Would appreciate your response and suggestions if I am wrong about setting thigs up.
Attachment:
example_2c817715.7z