Skip to content

Commit c5cd648

Browse files
983239: updated
1 parent f95f6c5 commit c5cd648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/treegrid/how-to/display-custom-tool-tip-in-treegrid-cell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Display Custom Tooltip in Blazor TreeGrid cell
1111

12-
You can display custom tooltips in TreeGrid cells using the https://blazor.syncfusion.com/documentation/treegrid/columns/column-template feature by rendering the [Column Template](https://blazor.syncfusion.com/documentation/tooltip/getting-started) component inside the template.
12+
Custom tooltips can be displayed in TreeGrid cells by using the [Column Template](https://blazor.syncfusion.com/documentation/treegrid/columns/column-template) feature. This can be achieved by rendering the [Tooltip](https://blazor.syncfusion.com/documentation/tooltip/getting-started) component inside the column template.
1313

1414
The following example demonstrates how to render a tooltip for the **TaskName** column using the `SfTooltip` component.
1515

0 commit comments

Comments
 (0)