can we change currency from $ to euro symbol or another foreign currency?
thanks
Hello,
This is controlled by the language property of the framework element. It defaults to en-US, so that is why you are seeing a dollar sign. If you change the culture, you will be able to change the currency symbol.
sorry, but how can i change the culture that u mention above? i already change the language in my windows control panel but still not working
You can see this post on how to do that.
xamDataGrid1.Language = XmlLanguage.GetLanguage(Thread.CurrentThread.CurrentCulture.Name);
if i compile it say that cannot found XmlLanguage.. what should i do?