This question is locked. New answers and comments are not allowed.
Hi,
I am trying to aggregate the group in GridView.
When I build Iget error :
ValidateXaml task failed unexpectedly
Sysytem.TypeLoadException:Could not load type 'Sysytem.ComponentModel.ListSortDirection' from assembly Sytem
The code to add aggregators is as follows:
I am trying to aggregate the group in GridView.
When I build Iget error :
ValidateXaml task failed unexpectedly
Sysytem.TypeLoadException:Could not load type 'Sysytem.ComponentModel.ListSortDirection' from assembly Sytem
The code to add aggregators is as follows:
<
controls:RadGridView.GroupDescriptors>
<data:GroupDescriptor Member="DeltaRisk">
<data:GroupDescriptor.AggregateFunctions>
<data:SumFunction Caption="Total DeltaRisk:" />
</data:GroupDescriptor.AggregateFunctions>
</data:GroupDescriptor>
</controls:RadGridView.GroupDescriptors>
Please help.
Thanks.
