Hi,
I'm using the RadTreeViewList control and i was to display aggregated values at the footer.
My Data has infinite number of levels. My items source is an observable collection of Tasks. Where a task has collection called Children tasks.
I have added aggregate functions in some of the columns like this:
But the problem with this is that it will sum the values at the root level and not add from the children tasks.
Is there an elegant soultion for this ?
Thanks,
Abdul