In Numeric editor, how to set formate string property.now it numeric type is double, and now
what i want, if value is 12.00 then editor should show only 12 not 12.00.and if value is 12.01
then it should show same value means 12.01. can any one help me.
Thnakx, i already got the answer.
You can set the format string to "#0.##"
i got the answer by our self. Do not set it maskInput property by any value, set
it FormateString property by "##.##".then it will automaticaly formate the value.