TimeHeader customization hidden after scrolling Asked by r2b2s10 years ago. Hi, I'm using for adding some weather information on timeheader, this information is in div and this div contains some other div and image When i horizontal scroll the grid, this div will be empty How can i prevent that ?? Thank how-tojavascriptshedulertimeheadercustom
Answer posted by Dan Letecky [DayPilot]10 years ago. By default, the Scheduler displays a special overlay div over long time header cells during scrolling: http://doc.daypilot.org/scheduler/floating-time-headers/ It should copy the custom time header HTML. However, if you have troubles with this feature you can disable it: dp.floatingTimeHeaders = false;