Hello, in my desktop scheduler I can click on a day and then I get a “cellHighlighting” in the column of this day. But this is painting over the events. Can you help me to get the same behavior.
Thank you in advance Otto
The time range selection shadow (selection indicator) is always rendered in the layer below events. To make sure it's visible you can specify rowMarginBottom to add some extra space at the bottom of each row. This way the background cells will be always accessible:
https://doc.daypilot.org/scheduler/row-height/
Thank you. I use now rowMarginTop + rowMarginBottom. It is working fine.