Hello,
with the previous version (.912) of RadGridView, it was easy to change the culture of the application: a single call to
changes the culture for the whole application.
In the last version (.1017), it seems that now the formatting is made in another thread and that the culture is no more taken into account!
If you create a new Silverlight 5 application and
Create a new class MyData.cs with:
Replace MainPage.xaml.cs with:
and MainPage.xaml with:
Now, run the application and see that the dates are still displayed in US format!
Patrick