Categories | Question details Back To List | ||
Grid row totals Hello, I have a grid with math calcation for rows mygrid.setColTypes("ro,ro,ro,ro,ro,ro,co,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed,ed[=c8+c11+c14+c17+c20+c23+c26]"); Is there a function to refresh the row totals. I have tried mygrid.event("onGridReconstructed",[]); but that seems to update only footer values and not the row totals. Thanks. Answer posted by Support on Mar 02, 2009 06:57 Actually the math in grid is clever enough to react on any value change in cells automatically. Any edit of cells included in formula must force its recalculation. Which version of grid you are using? Also, there is a known issue with math functionality broken after changeRowId ( or inserting rows through dataprocessor ) usage. Answer posted on Mar 02, 2009 12:28 I am using changeRowId api. Is there a workaround for this issue? Thanks. Answer posted by Support on Mar 03, 2009 06:03 Fix will be released as part of next build If you need it ASAP - please contact us directly at support@dhtmlx.com and provide your ref. number |