This is a migrated thread and some comments may be shown as answers.

telerik controls overlapping on each other in Chinese windows 7

1 Answer 31 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Nitesh
Top achievements
Rank 1
Nitesh asked on 28 Jul 2012, 03:42 PM
Hi
I am using telerik contorls in winform application. We have designed application on windows 7(English).
When the application installed on the machine having the OS windows 7 (chinese) controls not appearing properly.
We tried many options like made the autosize property false from primitives and that time controls appear properly and when again the solution moved to windows 7 english and again to the chinese window 7 problem ramains same.
Both the os has the same resolution settings.
Please suggest.

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 30 Jul 2012, 03:33 PM
Hello Nitesh,

We know about this issue, however it is deeply located in our layout logic. That is why there is no easy solution for it. Nevertheless, we know how frustrating could be this issue and I can assure you that we are working on it and we will address the issue in one of our upcoming releases.

There is one option to solve the issue which works in some cases. You should remove the following two lines from your Form.cs file:
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;

I hope this helps. If you have other questions, do not hesitate to ask.

All the best,
Jack
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
General Discussions
Asked by
Nitesh
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or