Hide Group Indicator

1 Answer 66 Views
Grid
David
Top achievements
Rank 1
Iron
David asked on 29 Mar 2023, 06:13 PM
I would like to hide the group indicators that are displayed across the top of the data grid but don't see a way to do that

1 Answer, 1 is accepted

Sort by
0
David
Top achievements
Rank 1
Iron
answered on 29 Mar 2023, 06:30 PM
I just figured out how to do this. If I set the "groupable" prop to false then the group indicator are not shown. This may not be the only solution but it works for what I need.
Vessy
Telerik team
commented on 30 Mar 2023, 06:52 AM

Hi, David, this is also the solution I would suggest. The other option is to hide the grouping indicator with CSS using a similar selector :
            div.k-grid .k-grouping-header {
                display: none;
            }

Tags
Grid
Asked by
David
Top achievements
Rank 1
Iron
Answers by
David
Top achievements
Rank 1
Iron
Share this question
or