I would like to implement a standard deviation aggregate for the entire grid as well as for individual groups. I found this article which describes a workaround for introducing custom aggregates http://www.telerik.com/forums/how-to-do-custom-aggregate-functions.
Is following that example my best bet. In my case I actually need to get access to the constituents of each group in order to recalculate the standard deviation.
Is there a better method for accomplishing what I need? Has custom aggregates feature been requested and is it something you are considering implementing?
Thanks a lot.
--e
Is following that example my best bet. In my case I actually need to get access to the constituents of each group in order to recalculate the standard deviation.
Is there a better method for accomplishing what I need? Has custom aggregates feature been requested and is it something you are considering implementing?
Thanks a lot.
--e