This question is locked. New answers and comments are not allowed.
Hey guys, any ideas on this - after upgrading GridView to Q2, getting this in code behind:
From this: radGridView.ItemsSource = e.Result;
Getting this: No method 'Sum' on type 'System.Linq.Enumerable' is compatible with the supplied arguments.
Here are the items from XAML:
<telerikdata:SumFunction FunctionName="TotalPaid" SourceField="PaidAmount" Caption="PayAmount:" ResultFormatString="{}{0:c}"/>
<telerikdata:SumFunction FunctionName="TotalWeight" SourceField="Weight" Caption="TotWeight:" ResultFormatString="{}{0:0.00}" />
