Skip to content

Commit 25576e4

Browse files
committed
fix slugs
1 parent b28c107 commit 25576e4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

knowledge-base/grid-show-tooltip-on-column-header.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This knowledge-base article also answers the following questions:
2323

2424
To display Tooltip for Grid column headers that are truncated, follow the steps below:
2525

26-
1. Use the [Column Header Template](slug:components/grid/templates/column-header#column-header-template) to customize the header content. Wrap the header content in a `<span>` HTML element.
27-
2. [Monitor the column width changes](slug:grid-kb-column-state) by using the [Grid `OnStateChanged` event](slug:components/grid/state#onstatechanged) and the [`ColumnState`](slug:components/grid/state#information-in-the-grid-state) property of the `GridState`.
28-
3. Use a [TelerikTooltip](slug:components/tooltip/overview) component to display tooltip for each column header.
26+
1. Use the [Column Header Template](slug:grid-templates-column-header#column-header-template) to customize the header content. Wrap the header content in a `<span>` HTML element.
27+
2. [Monitor the column width changes](slug:grid-kb-column-state) by using the [Grid `OnStateChanged` event](slug:grid-state#onstatechanged) and the [`ColumnState`](slug:grid-state#information-in-the-grid-state) property of the `GridState`.
28+
3. Use a [TelerikTooltip](slug:tooltip-overview) component to display tooltip for each column header.
2929
4. Apply a custom CSS class to the column header content when the width of the column is insufficient to display its full content.
3030

3131
>caption Show TelerikTooltip on the Grid column header
@@ -126,8 +126,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
126126
> The additional CSS is used to adjust the position of the tooltip callout. Modify this CSS based on your application's specific layout and design requirements.
127127
128128
## See Also
129-
- [Grid Column Header Template Documentation](slug:components/grid/templates/column-header#column-header-template)
130-
- [Telerik Tooltip Overview](slug:components/tooltip/overview)
131-
- [Tooltip Template Feature](slug:components/tooltip/template)
132-
- [Hide the Tooltip Callout or Change Its Position](slug:tooltip-callout-position)
133-
- [Show Tooltip in Grid](slug:tooltip-in-grid)
129+
- [Grid Column Header Template Documentation](slug:grid-templates-column-header#column-header-template)
130+
- [Telerik Tooltip Overview](slug:tooltip-overview)
131+
- [Hide the Tooltip Callout or Change Its Position](slug:tooltip-kb-callout-position)
132+
- [Show Tooltip in Grid](slug:tooltip-kb-in-grid)

0 commit comments

Comments
 (0)