We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Format GridColumn with comma for decimal

Hello,
I like to use syncfusion components. And now I need to format my grid column.

        <e-column
          field="Quantita"
          header-text="Quantità"
          width="150"
          :filter="filter"
          format="#,##0.00"
          type="number"
          clip-mode="EllipsisWithTooltip"
          :validation-rules="customRulesQuantityOfOperations"
        />
So, when I write 1200.00 it format in 1,200.00 on column "Quantita"

I want a different format. I want insert 1200.00 and I want 1.200,00
what type of format I need to use? 
Thank you


1 Reply

VB Vinitha Balasubramanian Syncfusion Team December 27, 2022 02:36 PM UTC

Hi Alberto,


Thank you for reaching out to Syncfusion support.


Query : Format GridColumn with comma for decimal


Before proceeding your query, please share the below requested details. These specifics will enable us to offer a precise solution. 


  • Kindly share whether you want to format a specific column or all the number columns you are using.
  • If possible, please ensure that locale since your requirement can be achievable using locale.


Regards,

Vinitha Balasubramanian


Loader.
Live Chat Icon For mobile
Up arrow icon