Hi,
We are using RadMaskedTextBox in our application. We have faced Round Off issues with RadMaskedTextBox.
Below are the issues :-
1)When we are entering values into RadMaskedTextBox , we can only enter the number of decimals in the Mask and it does not round, if we continue to type numbers, the last digit will keep changing to whatever we are typing.
2)When we copy and paste values from say Excel or Notepad that contain more digits after the decimal than what we set in the mask. , the value is not rounded, instead, the last digit in the number being pasted is the last digit displayed. i.e. if we paste the value 1.10003 and we have selected 2 decimal places in 1.2.2, the value will be displayed as 1.13, not 1.10 which is the rounded value.
Please help us to figure out this issues.
Thanks.
Wayne