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
40
Updating XML for UltraWinGrid
posted

We currently save grid layouts in a database using the .SaveAsXML method.  We have added columns to the grid due to more info in the database.  Is there a way to update existing layouts with the new columns? 

Parents
  • 469350
    Offline posted

    I would think if you simply bind the grid, then load the layout, the new columns should still be there. At the very least, all that would happen is that the new columns would be hidden, in which case, you could just make them visible by setting the Hidden property to false. 

Reply Children