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

Currency string is showing some additional symbol

Hi,

I am using syncfusion grid control in my asp.net core project. I am passing currency string in a format string. But it is displaying like below, you can see in the "Price" column




Why it is displaying like this. I am not applied any formats. Just rendering string named as "PriceFormatted"



1 Reply

TS Thavasianand Sankaranarayanan Syncfusion Team May 15, 2019 09:55 AM UTC

Hi Mani, 
 
Greetings from Syncfusion. 
 
Query:  I am passing currency string in a format string. But it is displaying like below, you can see in the "Price" column. Why it is displaying like this. I am not applied any formats. Just rendering string named as "PriceFormatted" 
 
We have validated your query with provided screenshot. From your screenshot, you have defined the type as string for number column(PriceFormatted). You have to specify the number column as type number and if you want to apply any decimal separator, then you have to specify format property. Please find the below documentation links for your reference. 
 
Help Documentation:               https://ej2.syncfusion.com/aspnetcore/documentation/grid/columns/#format 
                                            https://ej2.syncfusion.com/aspnetcore/documentation/common/internationalization/?no-cache=1#manipulating-numbers 

Please get back to us if you need further assistance. 

Regards, 
Thavasianand S. 


Loader.
Up arrow icon