Hi All,
how can I keep all rows always expanded?
For ex.: after user grouped rows by a column, all rows should be in expanded state.
Firstidea was to use .ExpandAll() , but I can't find an event fired when the user dragged a column for grouping.
sergijko said: I can't find an event fired when the user dragged a column for grouping.
Grouping is tightly tied to sorting, so the Before/AfterSortChange events fire.