The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
SAScintilla Arul Jothi Raj Syncfusion Team September 23, 2019 12:46 PM UTC
Hi Giampiero,
Currently we don’t have any support to change currency format (Because, it is working based on the respective culture), however you can manually change the currency format in es culture number format in number.json file. please for refer below code snippet for change currency format.
"symbols-numberSystem-latn": {
"decimal": ",",
"group": ".",
….
}
Meanwhile, we have prepared a sample for your convenience.