Skip to content

Commit ba4f572

Browse files
Tsvetomir-Hrdimodi
andauthored
Update knowledge-base/grid-show-tooltip-on-column-header.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent b9b992b commit ba4f572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
2525

2626
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.
2727
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 [TelerikTooltip](slug:components/tooltip/overview) component to display tooltip for each column header.
28+
3. Use a [TelerikTooltip](slug:components/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

0 commit comments

Comments
 (0)