dhtmlxScheduler

What is the recommended approach for presenting contextual day information in Day or Week view? For example, if you wanted to display either read-only notes or meta information between the day label headers and the hour rows. Currently, the day headers themselves do not resize depending on content so it doesn’t seem possible to simply override week_scale_date and dump any additional information after a couple of break statements. It’s technically possible to adjust the hour scale so there are an extra couple of rows and dynamically create events with the read only notes, but that wouldn’t allow the meta information to stay as part of the top header when you scroll.



Thanks,

-Tom

There is no full control over header height in current version , but the height of scale section can be defined as
scheduler.xy.scale_height=50;
Unfortunately it will not work fully correctly in current version , you will need to update js file to latest one.
Sample attached.

29374932.ZIP (28.1 KB)