I've got an issue with the way loadlayout works with the RadGridView. My plan is when the user closes the screen the layout will be saved to an xml file. Saving the xml works great. On subsequent loads of the program if a new column has been added to the RadGridView since the layout was last saved when the loadlayout method is called the new column is lost entirely.
Does anyone already have a solution for this? My work around will be to examine the xml first before loading to try and amend it before loading but i'm not sure if i'm missing something obvious?
Thanks!