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?
Added By: Svetlana (DevExpress Support) at: 6/1/2015 12:57:13 AMHello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T249139: How to use a compound key in the E1466 example. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.
Hi,
In your sample code, How many views are designed as known? How about "Dynamic MasterDetail Views"? i.e. How many views are not known. They are dynamic created, in theory, there can be unlimited detail views. For more details, when use "Dynamic MasterDetail Views" for a tree-like data structure. (ID,ParentID). There can be unlimited number of detail data level in the tree.
Hello,
To process your recent post more efficiently, I created a separate ticket on your behalf: How many views are designed as known. This ticket is currently in our processing queue. Our team will reply it as soon as we have any updates.