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

Chart miss label config, after change page

1 Answer 42 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Dario
Top achievements
Rank 1
Dario asked on 30 Jun 2011, 11:00 AM
Hi to all,
I have SL Application with Navigation structure (by MVVM and RIA Services for obtain data).
I am on one page, I exec my command to load data. I wait few second and all is ok.
Now I change the page, I do something and return previous page.
I exec again my command to load dada. But I note that all labels are missed.

What's up?

For resolve this problem, I press F5 to refresh site, and all labels return ok.

Where can i do investigate?

I attach 2 png for example.

1 Answer, 1 is accepted

Sort by
0
Sia
Telerik team
answered on 30 Jun 2011, 01:07 PM
Hello Dario,

This is a known issue with our latest official version of the controls which is caused by a problem with the Schedule View localization interfering with the Chart labels localization in some integration scenarios.
This problem is already fixed and you can download the latest weekly internal build from your Client account.

Alternatively, as a workaround we can suggest you to add the following line in the MainPage constructor (just after the InitializeComponent(); call) and this should resolve the problem as well:

Telerik.Windows.Controls.LocalizationManager.Manager = new Telerik.Windows.Controls.LocalizationManager();


Hope this helps.
Kind regards,
Sia
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
Dario
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or