3 Answers, 1 is accepted
0
Hello Dan,
Thank you for interest in RadGridView.
Yes, RadGridView has capabilities to manage summary items.
The following lines of code demonstrate how to add summary items
Hope this helps.
Sincerely yours,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for interest in RadGridView.
Yes, RadGridView has capabilities to manage summary items.
The following lines of code demonstrate how to add summary items
GridViewSummaryItem si= new GridViewSummaryItem("City", "Count: {0}", GridAggregateFunction.Count); |
GridViewSummaryRowItem sr = new GridViewSummaryRowItem(); |
sr.Add(si); |
this.radGridView1.MasterGridViewTemplate.SummaryRowsBottom.Add(sr); |
Hope this helps.
Don't hesitate to contact us if you have other questions.
Sincerely yours,
Peter
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Dan
Top achievements
Rank 1
answered on 29 Jul 2008, 08:54 AM
First Thanks for the answer it helped.
1. Is there a way to view the column summaries in a diffrent way
somthing like a Grid Status bar that will be shown allways.
2. Is it possible to update the summaries according to the filtered rows
Thanks in Advance.
1. Is there a way to view the column summaries in a diffrent way
somthing like a Grid Status bar that will be shown allways.
2. Is it possible to update the summaries according to the filtered rows
Thanks in Advance.
0
Hello Dan,
Thank you for this question.
Do not hesitate to write us if you need further assistance.
Regards,
Jack
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for this question.
- Currently it isn't possible to pin the summary row at the bottom of RadGridView. Nevertheless, this is a good functionality and we will consider implementing it in a future release of our controls.
- Summary items are updated when the filtering is changed. Please, could you specify the exact behavior you want to achieve.
Do not hesitate to write us if you need further assistance.
Regards,
Jack
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.