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
20
Save and load ultragrid layouts
posted

Hi,

I have a problem by saving and loading layouts of a hierarchical ultragrid.
I set a filter in a child band and save the layout with
        grid.DisplayLayout.Save(layoutStream, PropertyCategories.All)
When I try to load this layout again with
        grid.DisplayLayout.Load(layoutStream, PropertyCategories.All)
the filter doesn't appear.
Is there a possibilitiy to save filters of child bands?

(You can reconstruct this in your samples "WinGrid - Samples Explorer - Loading and saving layouts":
First you have to allow RowFiltering. Then set some filter in the second band of the left grid (for example quantity = 1).  After pressing "Swap" the filter has to appear on the right grid - but it doesn't)

I hope you understand my problem and can help me.

Thanks
Julia

Parents Reply Children
No Data