I am attaching aggregation functions to my RadGridView columns. However, when I use the CountFunction, it simply returns the number of rows in my grid. I was hoping that it would return the sum of all UNIQUE values in my Column. I tried to implement the code shown here but it won't compile (or work) with a Silverlight app:
http://www.telerik.com/support/kb/reporting/designing-reports/implementing-and-using-custom-aggregate-functions.aspx
Is there a way to do a DISTINCT count using the CountFunction? If not, how can I programmatically bind a function to my column that will return the number of unique values?
http://www.telerik.com/support/kb/reporting/designing-reports/implementing-and-using-custom-aggregate-functions.aspx
Is there a way to do a DISTINCT count using the CountFunction? If not, how can I programmatically bind a function to my column that will return the number of unique values?