Skip to content

Commit afe4ee7

Browse files
committed
chore: fix example and slugs
1 parent d0da27d commit afe4ee7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

knowledge-base/grid-remove-group-indent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ This knowledge base article also answers the following questions:
3131

3232
## Solution
3333

34-
To remove the group indent in the [Grid for Blazor](slug:components/grid/overview) and adjust the appearance of grouped headers, you will need to override the default theme styles. This solution involves applying custom CSS to the Grid. Run the example below to remove the default grouping indentation:
34+
To remove the group indent in the [Grid for Blazor](slug:grid-overview) and adjust the appearance of grouped headers, you will need to override the default theme styles. This solution involves applying custom CSS styles to the Grid component. Run the example below and group the Grid by some of the columns to see the removed group indentation:
3535

36-
````RAZOR`
36+
````RAZOR
3737
<TelerikGrid Data=@GridData
3838
Groupable="true"
3939
Pageable="true"
@@ -87,5 +87,5 @@ To remove the group indent in the [Grid for Blazor](slug:components/grid/overvie
8787

8888
## See Also
8989

90-
- [Grid Overview](slug:components/grid/overview)
91-
- [Customizing Theme Styles](slug:override-theme-styles)
90+
- [Grid Overview](slug:grid-overview)
91+
- [Override Theme Styles](slug:theme-override)

0 commit comments

Comments
 (0)