Gantt Task hover

Hello. As u see when i hover in grid area, there is no hover effect seen in timeline area. However hover effect in timeline is seen when i hover in timeline area, . But i want it like when i hover in grid, then hover in timeline should be there. And vice versa


Thank you

Hello,
The hover is implemented with the :hover style rule. As the elements in the grid and timeline are different, the hover in the grid doesn’t affect the elements in the timeline. You will need to implement a custom solution by using the Gantt API and Javascript.

I have the following examples of the implementation:
Modify the DOM elements:
https://snippet.dhtmlx.com/5/b6338bb68
Modify the task objects when you move the mouse, then return the class name for the task rows:
https://snippet.dhtmlx.com/5/8cc26125b