This is in continuation to https://forums.daypilot.org/question/4367/hightlight-cell-or-display-tooltip-with-time-range-of-cell
Ths solution provided for demo https://javascript.daypilot.org/demo/scheduler/timerangeselecting.html
it highlights row and column of cell being hovered but not the cell itself. Need the event of hovering overl the cell.
Please let me know how could this be done ?
You can use :hover CSS selector to define the hover style:
.scheduler_default_cell:hover, .scheduler_default_cell.scheduler_default_cell_business:hover { background-color: #ccc; }