However, it seems that there is small offset about 3px.
Does Scheduler have any options to completely hide box-shadow(by dhx_cal_scale_placeholder) and the slight offset?
However, it seems that there is small offset about 3px.
Does Scheduler have any options to completely hide box-shadow(by dhx_cal_scale_placeholder) and the slight offset?
There is no some config, but technically you can do it with the CSS, for example with negative margin, like follows:
You also can try different CSS combinations to get the required result.
Regarding this question:
Do you have any solutions to move both Scheduler_1 and Scheduler_2 together when the button was clicked in Scheduler_1?
Yes, it’s possible to synchronize two schedulers scrolling by listening to changes in one of them with the onViewChange event, and calling the setCurrentView on the second one, here is a demo: https://snippet.dhtmlx.com/ha9gd0ns