Hi,
Ever since upgrading to the latest release of the WPF libraries (Q2 2012) I am experiencing issues with the currency format in my RadGridView. My PC is set to en-GB but the application was reporting values back in en-US.
I managed to overcome the issue by setting the following code in each of my windows & pages:
However, I have just stumbled across another issues.
I have a radgridview hosted in a RadDocking pane. When the pane is docked the currency reported in my cells are as they should be, en-GB (£). When the pane becomes floating, the grid cells switch back to en-US ($).
Do you know how I can prevent the culture of my pane from switching when it becomes floating?
Thank you for your time,
Rob
Ever since upgrading to the latest release of the WPF libraries (Q2 2012) I am experiencing issues with the currency format in my RadGridView. My PC is set to en-GB but the application was reporting values back in en-US.
I managed to overcome the issue by setting the following code in each of my windows & pages:
//Set Language
this
.Language = XmlLanguage.GetLanguage(CultureInfo.CurrentCulture.IetfLanguageTag);
However, I have just stumbled across another issues.
I have a radgridview hosted in a RadDocking pane. When the pane is docked the currency reported in my cells are as they should be, en-GB (£). When the pane becomes floating, the grid cells switch back to en-US ($).
Do you know how I can prevent the culture of my pane from switching when it becomes floating?
Thank you for your time,
Rob