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

Summary row not showing?

1 Answer 186 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hilda Kenny
Top achievements
Rank 1
Hilda Kenny asked on 18 Apr 2011, 05:01 PM
hi I'm trying to add  a summary row but it's not showing, through the builder in properties or code as per the documentation:  Here is the code:

Dim summaryItem As New GridViewSummaryItem()
summaryItem.Name = "Quantity"
summaryItem.Aggregate = GridAggregateFunction.Sum

Dim summaryRowItem As New GridViewSummaryRowItem()
summaryRowItem.Add(summaryItem)

Me.RadGridView1.SummaryRowsTop.Add(summaryRowItem)
Me.RadGridView1.SummaryRowsBottom.Add(summaryRowItem)


Thanks for any help

1 Answer, 1 is accepted

Sort by
0
Alexander
Telerik team
answered on 21 Apr 2011, 09:45 AM
Hello Hilda,

I have attached a sample project which uses your code snippet to add summary rows to RadGridView. The project works as expected. I have used the Q1 2011 SP1 version of the control.

Could you please update the sample project so it demonstrates the issue? It will help me investigate your case further.

I am looking forward to your reply.

Best regards,
Alexander
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Hilda Kenny
Top achievements
Rank 1
Answers by
Alexander
Telerik team
Share this question
or