How to Correctly Format Currency - Radzen DataGrid

Hello,
Currently my string with dollar amount( + $1,500) is being formatted in a DataGrid Column as below:
image

How do I use the FormatString property to format correctly as stated above?

This is the currency sign for invariant culture, you need to set culture for your application. Check our demos (commented code in Program.cs) for reference.