Check documentation for the latest version of dhtmlxSuite setMathRound DHTMLX Docs

setMathRound

enables/disables rounding during the math calculations

void setMathRound(number digits);
digitsnumberset how many digits must be rounded, set 0 for disabling

Available only in PRO Edition

Example

mygrid.setMathRound(2);

Back to top