How Do I Get Aggregate Values for Columns?
This lesson will show you how to add a custom property to a data grid that returns the aggregate value of a column. Usually this would be used with data grid tables but works equally as well with data grid forms.
Add a getProp To Your Data Grid Script

The simplest way to calculate aggregate values is to add a getProp handler to your data grid script. In this example I've defined a custom property called uSumOfColumn (1). You can pass in a column name (2) and the sum of all rows of that column will be returned (3).
Ray
When you do these exercises it is useful to bear in mind that some people would be attempting this for the first time and you making assumptions will resort in frustration and being unable to get example working.
sam norris
Hello,
Could you elaborate on which assumptions you find unreasonable - or what it is the lesson lacked that would have made it less frustrating to follow?
I have a number of my own guesses (no means to copy the sample scripts springs immediately to mind) but it would be best to narrow it down in order to preserve the brevity of the lesson.