This example is an extension of example How to preserve the XtraGrid View state for a grid in master-detail mode. It stores view states of all existing nested grid views.
Question Comments
Added By: Glenn Holden at: 6/19/2014 12:13:58 PM
This class is significantly different than the example which it is based on. Could you provide a Form class to demonstrate how this RefreshHelperClass is implemented?
Added By: Nikita (DevExpress Support) at: 6/19/2014 11:47:34 PMHello,
I have modified the sample so that the form's code is visible on the Web. You can also load the full project by clicking the Example link on the right side of this page (I have attached a screenshot that shown this link).
I hope this helps.
If I'm rigth, this example is prepared to deal with views whose key is composed only by 1 column (keyFieldName in ViewDescriptor structure is declared as String). In that case, how would you change it to allow views with multiple columns keys?