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
305
Persistense manager not saving or loading XamGrid's 'GroupColumn'
posted

I am using XamGrid and Persistence framework to save and load grid layout preferences in-memory and to isolated storage. What I observe is that the column sorting and alignments are saved but the GroupColumn are either not stored or not loaded back. The grids GroupColumns disappear on loading the preference. For example :

<ig:GroupColumn Key="Pricing">

        <ig:GroupColumn.Columns>

                <ig:TemplateColumn />

                <ig:TemplateColumn />

       </ig:GroupColumn.Columns>

</ig:GroupColumn>

The Pricing group column disappears on loading saved grid preference. Kindly suggest.

 

Parents
No Data
Reply
  • 35319
    posted

    Hello Arpan,

     

    I have logged this behavior with our developers in our tracking system, with an issue ID of 104633.  I have also created a support ticket on your behalf with number CAS-89962-SW5X6R in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.

Children