0
votes
1answer
164 views

Use FormattedString with FormField in view/edit form

I am trying to format a Sharepoint:FormField in a view/edit form and used FormattedString, but it doesn´t work. I do this because I would like to display a number without comma separator. ...
0
votes
1answer
99 views

Format field containing integer in edit/view form

I have a list with a field that contains an integer, let´s say 12345. In the edit/view form, the field is displayed as 12,345. How can I format the field so that it displays 12345? This is how the ...