I have a problems about the format of enter value.I will enter some value into the cells.When I enter some integer e.g. (1) , I hope the value will become 2 decimal place e.g.(1.00).I try to use mygrid.setMathRound(2), it fail to turn the value into 2 d.p.Is there any method I can convert enter value tp 2 d.p.???