This question is locked. New answers and comments are not allowed.
If I have a grid with the ItemsSource bound to a RadDomainDataSource Dataview, then add a Aggregate column like:
<telerik:GridViewDataColumn.AggregateFunctions>
<telerik:LastFunction></telerik:LastFunction>
</telerik:GridViewDataColumn.AggregateFunctions>
I immedaitely get the error:
Method not found: 'System.Delegate System.Reflection.MethodInfo.CreateDelegate(System.Type, System.Object)'.
I am using the latest version: 2012.2.725.1050. This started happening after installing SP1.
<telerik:GridViewDataColumn.AggregateFunctions>
<telerik:LastFunction></telerik:LastFunction>
</telerik:GridViewDataColumn.AggregateFunctions>
I immedaitely get the error:
Method not found: 'System.Delegate System.Reflection.MethodInfo.CreateDelegate(System.Type, System.Object)'.
I am using the latest version: 2012.2.725.1050. This started happening after installing SP1.