[DevExpress Support Team: CLONED FROM A2161: How to preserve the XtraGrid View state]
Hello,
which events do I have to use when I want to use the RefreshHelper class with the normal DevExpress Refresh Button?
I use the View.ObjectSpace.Refreshing event to call the RefreshHelper.SaveExpansionViewInfo Method which works fine and stores the expanded rows in the arrayList.
But what event can I use to call the RefreshHelper.LoadExpansionViewInfo?
I have tried View.ObjectSpace.Reloaded event and View.CollectionSource.CollectionChanged event which both did not work.
Thanks for your help!