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

RadGirdView for Winform not showing SummaryRow

3 Answers 97 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anisha
Top achievements
Rank 1
Anisha asked on 20 Apr 2009, 04:46 PM
Hi,

I cant get the summary row to show in my grid. This is the code I have for setting upo summary row

 

GridViewSummaryRowItem totals = new GridViewSummaryRowItem();

 

totals.Add(

new GridViewSummaryItem("Total", "{0}", GridAggregateFunction.Sum));

 

 

this.radGridView1.MasterGridViewTemplate.SummaryRowsBottom.Add(totals);

Am i missing something? Are there more properties i need to be setting on the grid or column or master view for the summary row to show ?

Thanks
Anisha

 

3 Answers, 1 is accepted

Sort by
0
Anisha
Top achievements
Rank 1
answered on 20 Apr 2009, 05:38 PM
sorry, my bad... was feeding wrong column name in item constructor
0
Nick
Telerik team
answered on 22 Apr 2009, 03:59 PM
Hello Anisha,

Thank you for contacting us. Do you still need some help on that?

Regards,
Nick
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Anisha
Top achievements
Rank 1
answered on 22 Apr 2009, 04:05 PM
nopes. thanks :)
Tags
GridView
Asked by
Anisha
Top achievements
Rank 1
Answers by
Anisha
Top achievements
Rank 1
Nick
Telerik team
Share this question
or