Hi
How can I call <grid>.Rows.ExpandAll(true) when changing the columns in the group when running in outlook group mode
I assume you are asking what event you should use to determine when the user has grouped a column. In which case, you should use the AfterSortChange event of the grid. Grouping and sorting are closely related.