I'm thinking this is something simple to do, but I can't find the answer:
I have a grid with grouping in it. The default behavior is for all of the groups to be expanded. I wish to make it so that the groups are collapsed by default. What is the best way to do this?
Thanks,
Stephen
2 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 27 Mar 2008, 08:04 AM
Hello Stephen,
You can set <MasterTableView GroupsDefaultExpanded="false" /> to achieve this.