Skip to content

Commit d6bc6b5

Browse files
Tsvetomir-HrTsvetomir-Hr
authored andcommitted
chore: polish kb article content based on pr suggestions
1 parent 24f7607 commit d6bc6b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ ticketid: 1684110
1111

1212
## Description
1313

14-
This knowledge base article also answers the following questions:
14+
This knowledge base article answers the following questions:
1515

1616
- Is there a way to remove the group indent and adjust the spacing without compromising the Grid behavior?
1717
- How can I customize the grouping appearance in a Blazor Grid?
1818
- How to hide the group indent and group header icons in a Blazor Grid?
19-
- What is the best way to adjust the appearance of grouped headers in a Blazor Grid?
19+
- What is the best way to hide the expand/collapse icons of the groups headers in a Telerik Blazor Grid?
2020

2121
## Environment
2222

@@ -31,7 +31,7 @@ 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: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:
34+
To remove the group indent in the [Grid for Blazor](slug:grid-overview) and hide the expand/collapse icons of the groups, 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

3636
````RAZOR
3737
<TelerikGrid Data=@GridData

0 commit comments

Comments
 (0)