Skip to content

Commit 88f360f

Browse files
authored
docs(grid): Explain how to hide the group panel when grouping programmatically
1 parent 96a825d commit 88f360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/grouping/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The grid can load the grouped data on demand only. This can be useful if you hav
9090

9191
## Group From Code
9292

93-
You can set the grid grouping from your code through the grid [state]({%slug grid-state%}). You can define the list of fields by which the grid is grouped and indexes of groups that will be collapsed (all groups are expanded by default).
93+
You can group the Grid from your code through the [Grid state]({%slug grid-state%}). This is possible even if `Groupable="false"` and the group panel is not visible. You can define the list of fields by which the grid is grouped and indexes of groups that will be collapsed (all groups are expanded by default).
9494

9595
@[template](/_contentTemplates/grid/state.md#initial-state)
9696

0 commit comments

Comments
 (0)