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
1610
Grid layout settings not saving
posted

Hi, I'm using infragistics version 17.1.20171.2074

I'm using the DisplayLaout to save and load changes made to the grid (filter, pin, sort ...) and it all works fine; except for the column order when manually dragging it around to rearrange the column orders. Any ideas why? Is this a bug on the version I'm using?

my code saves using:

myGrid.DisplayLayout.Save(fileLayout);

and loads using:

myGrid.DisplayLayout.Load(layoutFileStream);
myGrid.DisplayLayout.Override.AllowMultiCellOperations = AllowMultiCellOperation.All;

Thank you