In my grids, the expansion state of groups is not persisted across postbacks. After the postback, all groups are either expanded or collapsed based on the GroupsDefaultExpanded property.
If all the groups are collapsed by default, for instance, and the user expands two of them, and then goes to do something like a sort, I would like to have those two groups expanded after the postback.
I'm sure I can work this out myself by keeping track of each group and then handling them in ItemDataBound. However, I wanted to make sure that I wasn't missing a setting somewhere that automatically does this.
Also, if there is no setting, is this behavior intended or is it a bug? If it is a bug, I may wait for the fix to come out rather than take the time to handle it myself (it seems similar to the issue where scroll position is not persisted which I think has been identified as a bug).
If all the groups are collapsed by default, for instance, and the user expands two of them, and then goes to do something like a sort, I would like to have those two groups expanded after the postback.
I'm sure I can work this out myself by keeping track of each group and then handling them in ItemDataBound. However, I wanted to make sure that I wasn't missing a setting somewhere that automatically does this.
Also, if there is no setting, is this behavior intended or is it a bug? If it is a bug, I may wait for the fix to come out rather than take the time to handle it myself (it seems similar to the issue where scroll position is not persisted which I think has been identified as a bug).