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
Hello,
I have a ShapedForm with 201 of width and 435 of Heigth. The application runs fine on machines with Windows Vista and XP with English Language. However when running on Windows XP Japanese Language machines the form display with size of 201x402 cropping the button of form.
I tried to run the application in machines with WinXP -JP with SP3 with .NET2, .NET3, .NET3.5 and in machines with WinXP-JP without any service pack and .NET2. I am using RadControls for WinForms Q1 2009 SP1.
What is the cause of this difference o form renderization?
Mauro Fujihara