Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Persisting XamGrid Column ordering and visibility only
posted

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.

Parents
No Data
Reply
  • 40030
    Offline posted

    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

Children
No Data