Skip to content

Commit d4d075d

Browse files
ntachevadimodi
andauthored
Update knowledge-base/gantt-tooltip-access-model-fields.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent f961615 commit d4d075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/gantt-tooltip-access-model-fields.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ This solution relies on finding the task item in your data based on the properti
152152
This solution relies on disabling the built-in Tooltip and adding a custom one, so you have full control over its rendering and content.
153153

154154
1. 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.
156156
1. Add a [TelerikTooltip]({%slug tooltip-overview%}) in the `TaskTemplate`.
157157
1. Set the Tooltip's [`TargetSelector`]({%slug tooltip-overview%}#tooltip-parameters) to point to the task wrapper unique `id`.
158158
1. Access the model from the `context` of the `TaskTemplate` and get the needed properties to display in the Tooltip.

0 commit comments

Comments
 (0)