Categories | Question details Back To List | ||
Format of enter value 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.???? Answer posted by support on Sep 19, 2008 00:22 Here is an article about formatting values in dhtmlxGrid: http://www.dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Cell_values_formating.html#grid_art_formatcells |