This question is locked. New answers and comments are not allowed.
When you add a AggregateFunctions this throws me the following error:
No generic method 'Sum' on type 'System.Linq.Enumerable' is Compatible with the Supplied type arguments and arguments. No type arguments Should be provided if the method is non-generic.
I'm using IEnumerable <IDictionary <string,object>> to fill the RadGridView
No generic method 'Sum' on type 'System.Linq.Enumerable' is Compatible with the Supplied type arguments and arguments. No type arguments Should be provided if the method is non-generic.
I'm using IEnumerable <IDictionary <string,object>> to fill the RadGridView