Hi
I try to use a SumFunction in a GroupDescriptor in the following way
but I get this error-
No method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied arguments.
I try to use a SumFunction in a GroupDescriptor in the following way
| <telerik:RadGridView.GroupDescriptors> |
| <telerik:GroupDescriptor Member="AccountName" SortDirection="Ascending"> |
| <telerik:GroupDescriptor.AggregateFunctions> |
| <telerik:SumFunction SourceField="ActivityBudget" Caption="Invoices count:" /> |
| </telerik:GroupDescriptor.AggregateFunctions> |
| </telerik:GroupDescriptor> |
| </telerik:RadGridView.GroupDescriptors> |
but I get this error-
No method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied arguments.
