This is a migrated thread and some comments may be shown as answers.

[Solved] Cannot get group aggregates

2 Answers 52 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Avani Vadera
Top achievements
Rank 1
Avani Vadera asked on 05 Nov 2009, 01:13 PM
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:

<

 

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.

 

2 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 05 Nov 2009, 01:16 PM
Hello,

System.ComponentModel.ListSortDirection is part of System assembly in Silverlight 3.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Avani Vadera
Top achievements
Rank 1
answered on 05 Nov 2009, 01:35 PM
Thanks Vlad.
Tags
GridView
Asked by
Avani Vadera
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Avani Vadera
Top achievements
Rank 1
Share this question
or