Hello friend!
Is possible create custom “Math” formulas by cell (like a MS-Excel)??
If “yes”, i need to include a JavaScriptEvent for each cell? How does it works ???
Thanks
Alex
The grid, has built in math support
dhtmlx.com/docs/products/dhtmlxG … #grid_math
The formulas can include cell references and any kind of js operators ( basically the code will be evaluated, so it may contain any valid js code )
The same effect may be achieved by using “onCellChanged” event, it triggered each time when any cell changed in grid, so it possible to add any kind of logic, which will update target cells, when source one changed by user.