Skip to content

Commit 901538f

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

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
@@ -33,7 +33,7 @@ You have two options to display the other fields form you model in the Tooltip:
3333

3434
### Get the Model from Your Data Based on the Context Properties
3535

36-
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.
36+
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 task titles are not localized.
3737

3838
1. Cast the [`TooltipTemplate`]({%slug gantt-tooltip-template%}) `context` to `TooltipTemplateContext`.
3939
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.

0 commit comments

Comments
 (0)