We've run into an issue when we add an aditional column to a grid that was not in the previously saved XML file. When using the LoadFromXml method the previously defined columns appear formatted as they appeared when the layout was saved.The new column though appears with no formatting even though in the Initializelayout event we are defining how we want the new column to appear.Is there a way when a new column is added to a grid to format it to appear like the other columnssaved in the XML file? Or, is there a way to ignore the XML file and use a default layout (like in the InitializeLayout event) to format the grid (and then the user would have to re-savethe format)?Any suggestions would be helpful.
Thanks