Hi Thomas,
Indeed when you choose
GroupsDefaultExpanded = true (default value for this property) the grid groups will be shown as expanded on initial load and when you edit an arbitrary grid item. This behavior is by design.
If you would like to have several groups expanded and keep their state on edit action, you may consider Shinu's approach or the solution presented in the code library thread linked below:
http://www.telerik.com/community/code-library/aspnet-ajax/grid/persist-groups-expanded-state-on-rebind.aspx (note that the edit operation triggers implicit rebind for the grid)
Also verify that you have set
GroupLoadMode to Server when using the second approach.
Kind regards,
Sebastian
the Telerik team