I want to persist only the XamGrid Column ordering and each column's visibility only. I tried using the PersistenceManager to persist the whole XamGrid, but the data was too large for me to store. Any help or suggestions would be greatly appreciated. It's not clear which Property combinations I should persist. Thanks.
Hi,
Try setting your SavePersistenceOptions to OnlySpecified and use a PropertyNamePersistenceInfo with a PropertyName set to Columns.
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=Persistence_Persisting_Specific_Control_Properties.html
-SteveZ