calculated values for dynamically loaded data

My grid contents four columns with column type as:

tree,numeric,numeric,numeric[=c1+c2].

I am loading some rows dynamically using kidsxml . Values for last column are getting calculated for preloaded data. But math formula is not getting applied for rows which are dynamically laded.



Is there any way that I can get calculated values for dynamically loaded rows.

Is there any way that I can get calculated values for dynamically loaded rows.
Math calculations in the treeGrid are fully client side. If rows wasn’t loaded from the server side yet there is no possibility to get value from them and calculate necessary formula.
In such case you should implement custom autocalculated value, calculate necessary formula at server side and pass to the grid.