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

GridNumericColumn allows me to enter numbers with more than 2 decimal digits when I set NumberDecimalDigits="2" .

Good Day,

Could somebody clarify to me this issue?

 

I have a GridNumericColumn and GridUnBoundColumn, the settings on the Numeric Columns are the following:

 

  <Syncfusion:GridNumericColumn AllowScrollingOnCircle="False" HeaderText="Some double Value" AllowNullValue="False" MappingName="ADoubleFieldFromXEntity" NumberDecimalDigits="2" NumberDecimalSeparator="." NumberGroupSeparator="," MinValue="0.00" MaxValue="999999999999999999.99" AllowEditing="True" />

 

and the GridUnBoundColumn has SetCellBoundValue="True" and  <TextBlock Padding="0" VerticalAlignment="Top" Foreground="Black" FontSize="8" Text="{Binding Record. ADoubleFieldFromXEntity}" Background="Transparent"></TextBlock>

 

When I am adding or editing a row on this column, if I try to put a numeric digit on the second decimal it resets to 0 and after that it sends the cursor to the last position and press any 5-9 key adds like fractions like 5.045, It shows the number 5.05 but on my data collection and the  GridUnBoundColumn column  both parts present the value of 5.045. My expected result is that the numbers only have 2 decimal digits.


Thanks and Regards

Angel

1 Reply

JS Jayapradha S Syncfusion Team March 31, 2015 04:07 AM UTC

Hi Angel,

We are sorry about the delay.

We were able to reproduce the problem and have logged defect report regarding this. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates

https://www.syncfusion.com/account/login?ReturnUrl=%2fsupport%2fdirecttrac%2fincidents

Please let me know if you have any questions.

Regards,

Jayapradha



Loader.
Live Chat Icon For mobile
Up arrow icon