Skip to content

Commit 5027217

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

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
@@ -36,7 +36,7 @@ You have two options to display the other fields form you model in the Tooltip:
3636
This solution relies on finding the task item in your data based on the properties that the `TooltipTemplateContext` provides. The approach is applicable only if all items in your data have unique values for these properties and the application that hosts the Gantt is not a multi-language one.
3737

3838
1. Cast the [`TooltipTemplate`]({%slug gantt-tooltip-template%}) `context` to `TooltipTemplateContext`.
39-
2. Use the [available properties of the `TooltipTemplateContext`](https://docs.telerik.com/blazor-ui/api/Telerik.Blazor.Components.TooltipTemplateContext) to find the data item in the Gantt data collection. The example below uses the `Title` property.
39+
2. Use the [available properties of the `TooltipTemplateContext`](/blazor-ui/api/Telerik.Blazor.Components.TooltipTemplateContext) to find the data item in the Gantt data collection. The example below uses the `Title` property.
4040
3. Display the desired fields of the model instance in the `TooltipTemplate`.
4141

4242
>caption Use a custom Tooltip component

0 commit comments

Comments
 (0)