Hi,
I would like to highlight a row when i hover it with a draggable event. I use the DayPilot.Scheduler.makeDraggable(item); to make a td draggable in the scheduler. The event show his duration in the scheduler and that fine. but, I would like to highight the row i want to drag and drop it. For exemple, if i drag an event on top of the Driver 1, I want the row on his right to have a drifferent background color. And if i hover the Driver 2, change the background color of driver 1 to be the default and change the background color of the row Driver 2.
Thank you!
