5 Answers, 1 is accepted
In order to provide you with any suggestions on the topics you specified, I would need a bit more information about your requirements. Where exactly do you want to situate the rows containing the aggregate functions? Based on which value do you want to calculate those aggregates ? What do you mean by showing column footers for the grid, not for the columns ?
Maya
the Telerik team

Hi Maya
- I need to aggregate some cells in the middle of the grid
Count |
Name |
ID |
10 |
A |
1 |
20 |
B |
2 |
30 |
C |
3 |
60 |
|
Total |
40 |
D |
4 |
50 |
F |
5 |
60 |
G |
6 |
150 |
|
Total |
70 |
H |
7 |
80 |
I |
8 |
90 |
J |
9 |
100 |
K |
10 |
340 |
|
Total |
- I need to show in the columns footer information that not aggregate the columns .
Count |
Name |
ID |
10 |
A |
1 |
20 |
B |
2 |
30 |
C |
3 |
40 |
D |
4 |
50 |
F |
5 |
60 |
G |
6 |
70 |
H |
7 |
80 |
I |
8 |
90 |
J |
9 |
100 |
K |
10 |
20/10/2010 |
|
Date |
I hope the information is clear and you can help.
Best Regards
Ehud
I am sending you a sample project illustrating how to meet the first requirement. As for the second one, you may take a look at our demos demonstrating how to play along with the column footers.
Maya
the Telerik team

Hello Maya
You still using Grouping
<telerik:RadGridView.GroupDescriptors >
<telerik:GroupDescriptor Member="Company " />
</telerik:RadGridView.GroupDescriptors>
I can't us grouping do you have solution for this?
The second issue resolved
Best regards
Ehud
The sample project uses Grouping as this is the way we get the aggregate results for each one of them. What is your exact requirement, based on what conditions do you want to calculate the results you want to display in those particular row ?
Maya
the Telerik team