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
444
What could be the best alternate for "saving the layout of the grid in the registry"?
posted

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,

Sindhu
Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.  

Children
No Data