Rendering issue

I have a numerical data with 5 decimal places that the database returns to me, the problem I have is that I cannot render it in the component with TValue="Decimal", since I have other components that do render values with 2 decimal places, I also put different format types like: Format="#,#00.00000" Format="n5"

I was able to solve the rendering by changing to double type, why doesn't it work with Decimal type?

Image_5523_1712850741794


1 Reply

UD UdhayaKumar Duraisamy Syncfusion Team April 16, 2024 11:32 AM UTC

Hi JUAN CARLOS FLORES

 

We have validated the reported query on our end. Unfortunately, we were unable to reproduce the reported issue as per your scenario. We have also shared a sample for your reference. In order to assist us in identifying the problem and provide a better solution, we kindly request that you provide additional details about the issue, as mentioned below: 

  • A simple, runnable sample that illustrates the issue you are experiencing (or modify the shared sample as per your scenario). 

  • Issue replication steps. 

  • A video illustration of the issue. 

Also, we noticed from the code screenshot you shared that you used the OnChange event. We suggest using the ValueChange event instead, for your needs. 


You can find more details about the ValueChange event in the Syncfusion Blazor documentation


Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/BlazorApp1928166030


Please let us know if this helps or if you need further assistance. 


Best regards, 

Udhaya Kumar D. 



Loader.
Up arrow icon