I have a problem with persistent configuration in my RadGridView
When my application starts I create a default setup in my code.
After that I check weather a saved grid configuration exists, and if so it is set by using RadGridView.LoadLayout(conf)
The problem is that if a column by default has IsVisible=false it stays false even though the saved grid configuration sets it to true. This does not apply the other way around, - if the default is true and the configuration says false it is false.
The column order has the same problem. There is a default order, which overrides the configured order.
I have checked the string that is written and read by the SaveLayout and LoadLayout, and it is correct.
Is this a known error, or am I doing something wrong?
Regards, Jill-Connie Lorentsen