This question is locked. New answers and comments are not allowed.
<telerikGrid:DataGridTextColumn PropertyName="Equity" CellContentFormat="{}{0,0:N0}" />
RadDataGrid does not format numbers according to system setting. For ex, if In India if we have value 3000 will be formatted as 3,000 (comma as separator) but in Denmark it should be 3.000 (dot as separator). It is automatically done in Silverlight Grid but not in Windows 8.
Is there some way to get this done?
Thanks