Hi
I have a three level tree grid , with enableSmartXMLParsing turn on . I’m also using sum for a column and the first two levels of the tree; the last level holds the actual values. However, the top level of the tree shows 0 until I expand the rows.
Is there a way of specifing a default value for the sum cells levels(level 1 and 2) or is there a setting that I have missed to make it show the correct value of level 1 and 2.
Thanks again
Cliff
it show the correct value of level 1 and 2.
In smartXMLParsing mode data of closed branches not available until opening, so it not possible to include them in any math calculation until branch fully parsed
>>Is there a way of specifing a default value for the sum cells levels(level 1 and 2)
You can have cell value as result of math calculation, or set cell value directly, there is no way to mix both modes.