Hi,
I am using the XamGrid v10.2 with the latest service release. I want to persist the grid settings with the PersistenceManager. This works fine, in case of just one band is displayed. But in case of two bands are displayed at restore the all the cells are empty, but the record-count is like expected.
When I comment the definition of the second band out at XAML the persistence save and load procedure works as expected. My data is structured that each top level record will contain four second level records which shall be displayed at the second band.
What I am doing wrong here? I don't really need to store the settings of the child-band therefore I also can exclude this. I tried around with the PersistenceSettings, but I only can exclude each column setting :-(
Can somebody help?
RegardsJohannes
Hi Johannes,
Are you applying custom Persistence settings?
When you say that all of the cells are empty, are you saying that the columns are appearing, and the cells are just empty, or that no columns appeared?
Do you think you could post a simplified version of your sample that i can look at?
Thanks
-SteveZ
Hi Steve,
I tried something around with custom persistence settings, but with no success. At the attachment you can find a Visual Studio solution which shall enable you to reproduce the issue (at my computer I can reproduce). At this example I did not use custom persistence settings.
When I mean the cells are empty, then the columns are presented and also the correct data record count but the cells where the data should be displayed simply shows nothing (empty cell).
Just to make sure to talk about the same version; I am using the assembly version "10.2.20102.2005".