I am upgrading my project from VB to VB.NET and also from COM Infragistics to .NET Infragistics. In the previous VB - COM project, they saved the layout of the grid in the registry. Now what could be the better option for me to save the layout of the UltraGrid in the upgraded project (without affecting the performance)?
Thank you,
Hi Sindhu,
The DotNet UltraWinGrid still has methods to save and load the layout. You can save to binary or XML and you can save to a stream or a file. So you could still save to the registry if you want.