Articles in this section

How to remove tooltip for stripline from the Gantt chart

In the Gantt, it is possible to remove the tooltip for the Gantt stripline. It can be achieved by customizing the strip line with the mouse pointer CSS. Please refer the following code example for this

<style>

        .e-ganttchart .e-stripline {

            pointer-events: none;

        }

</style>

A sample for disabling the tooltip for stripline is available here.

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied