Hi all,
When I Reduce the size of a UltraNumericEditor,Digits after decimal gets hidden on the right side of the control. as the image given below
when the cursor gets focused to that UltraNumericEditor,it show the full value.
But if i increase the width of that UltraNumericEditor,this issue gets solved.
but i want to UltraNumericEditor control to be in small in size.
please guide me....
Using double 9:2 might be the problem. The control has to leave space for 9 digits before the decimal point, so the text is getting pushed off to the right.
Try using a smaller number, if you can, like 5:2 and see if that helps. If you need 9 digits, then you will need to keep the control wide enough to display them.
hi Mike,
I have given the maskInput={double:9.2}
i hope this may be the problem as per your reply.
even tho,as i have white space in the front.Hiding the text is not right.
I dont have your latested service release.
i will update my system tomor and let me check it again.
thanks for your quick response. and add me more if you have anything else regarding this issue.
Perhaps the exta white space in front of the value is because the control is leaving room for the mask characters? In which case, you need a shorter mask.
If that's not the case, then perhaps this is a bug. Are you using the latest service release?