I am working with Microsoft Visual Studio .Net 2008 and Infragistics Net Advantage for .Net Volume 1 CLR 2.0 und Windows Vista with Service Pack 2.
For designing the Grid, i work with the grid-Designer. I manually define the schema and put fill the datas by runtime. This method works with older versions good.
But now, I have the problem, that perhaps on Friday I design the grid, I test it, it works fine all is good.
On Monday I do an additional grid in a seccond tab of this form, it works fine, i close the form, open it again, go to the tabpage from Friday and all relations and designs from Friday are lost. - what happens?
This morning, I had 3 correct grids in three tabpages and it works fine. I only do an additional ultradropdownlist and all designs from the last days are lost.
Is there a possibility to save the designed layouts and use this in the initalize Layout part?
Yes, you can save the layout of the grid. There are Save and Load methods on the grid's DisplayLayout. If you want to save the layout at design-time, you can use the Layout Wizard. Just right click on the grid on the designer form and select "Layout Wizard".