File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ This solution relies on finding the task item in your data based on the properti
152152This solution relies on disabling the built-in Tooltip and adding a custom one, so you have full control over its rendering and content.
153153
1541541 . Disable the built-in Tooltip - set the ` ShowTooltip ` parameter to ` false ` .
155- 1 . Use [ ` TaskTemplate ` ] ({%slug gantt-task-template%}) to add a unique ` id ` to the task.
155+ 1 . Use a [ ` TaskTemplate ` ] ({%slug gantt-task-template%}) to render a unique ` id ` attribute to each task.
1561561 . Add a [ TelerikTooltip] ({%slug tooltip-overview%}) in the ` TaskTemplate ` .
1571571 . Set the Tooltip's [ ` TargetSelector ` ] ({%slug tooltip-overview%}#tooltip-parameters) to point to the task wrapper unique ` id ` .
1581581 . Access the model from the ` context ` of the ` TaskTemplate ` and get the needed properties to display in the Tooltip.
You can’t perform that action at this time.
0 commit comments