This question is locked. New answers and comments are not allowed.
Hello Telerik team I'm curretly using Silverlight 3 dlls on VSTS 2008 SP1, and I am using both GridvViewDataColumn and textblocks within some of my columns. I need to format my numbers which are being displayed in those columns. However
the problem is that in my datagrid a large number will display as :120242866 (for example)
I would like to display as: 120,242,866 (comma seperated for every 3 significant digits)
Is there a good way to achieve this? (preferably from XAML but changing settings in the C# code is fine)
