Gantt Chart / Templates / Tooltip Template

Blazor Gantt Chart Example - Custom Tooltip Template Support

Loading Syncfusion Blazor Server Demos…

This sample demonstrates how to customize both the taskbar tooltip and the editing tooltip in the Blazor Gantt Chart.

The default tooltip can be customized using the GanttTooltipSettings.TaskbarTemplate property, allowing tailored content to be displayed when hovering over a taskbar. Similarly, the editing tooltip shown during taskbar interactions such as resizing or dragging can be customized using the GanttTooltipSettings.EditingTemplate property.

Tooltip visibility can be controlled using the GanttTooltipSettings.ShowTooltip property, which enables or disables tooltip display as needed.

For further details, refer to the documentation.