JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Data Grid › Cell Value Format › Reply To: Cell Value Format
March 27, 2023 at 8:52 am
#104633
Peter
Participant
Ok, so I can use the ‘f2’ to get a number with 2 decimals.
But can I by configuration make the decimal divider become “,” instead of “.” visually both in and out of edit mode? – or is that driven my the grid’s locale?
And if driven by the locale, where do I set this value (not the locale itself, the divider)? I understand that there is a “messages” object under which the localized texts are, but where exactly is this “messages” object? – I don’t assume its a global var – is it attached to the smart grid object or where is it?