Hi,
I have a field in a Xamdatagrid that shows the numbers(data type is string). I want to format the string with comma's in thousand's place. Can you please give me any suggestion how to do this? The value doesn't contain any decimal values and this field is not editable. Its a read only field.
Eg. If the string value is 123456789 The output should be 123,456,789.
Thanks,
I am just following up on this forum post,
If you have additional questions regarding this thread plesae feel free to contact me.
Sincerely,
MattDeveloper Support Engineer
HI,
I am attaching a sample application.
Try using the XamTextEditors ValueToDisplayTextConverter
here is a help link
http://help.infragistics.com/NetAdvantage/WPF/2010.2/CLR4.0/?page=InfragisticsWPF4.Editors.v10.2~Infragistics.Windows.Editors.TextEditorBase~ValueToDisplayTextConverter.html