Skip to content

Commit 38a188d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ To display Tooltip for Grid column headers that are truncated, follow the steps
3131
>caption Show TelerikTooltip on the Grid column header
3232
3333
````RAZOR
34-
<strong>Reduce the width of some columns to observe the expected result</strong>
35-
<br/>
34+
<p><strong>Resize and shrink some columns to observe the expected result</strong></p>.
35+
3636
<TelerikGrid Data="@MyData" Resizable="true"
3737
OnStateChanged="@((GridStateEventArgs<SampleData> args) => HandleColumnWidthChange(args))"
3838
@ref="GridRef"

0 commit comments

Comments
 (0)