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

How to show the Grand Totals at the end of RadGridView.

5 Answers 336 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Pranavi
Top achievements
Rank 1
Pranavi asked on 16 Dec 2013, 10:53 AM


I am using showcolumnfooter = true;
like : 

  VReportViewer.GrdReport.ShowColumnFooters = true;

On the grid it is showing Grand Totals in  column Footer. see in the screen shot.

But i have to show the Grand Totals under neath of RadGridView ( After the  finally row in RadGridView)

5 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 16 Dec 2013, 01:51 PM
Hello,

You can check this online demo on how to show an aggregate value outside RadGridView. In your case you can show it underneath the control.

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Pranavi
Top achievements
Rank 1
answered on 16 Dec 2013, 02:13 PM
Thanks for your reply.

In online demo it is showing  on the Footer using  <telerik:GridViewDataColumn.Footer>. 
But  I have to show only Grand Total at last record of RadGridView.(After scrolling only i have show Grand Total).

Thanks !


0
Dimitrina
Telerik team
answered on 16 Dec 2013, 02:58 PM
Hello,

As I understand the picture you attached shows how your view currently looks using the default totals options. Would you please attach one with more details on the desired look so that I can better understand your requirement?

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Pranavi
Top achievements
Rank 1
answered on 17 Dec 2013, 05:09 AM
HI Team,

Can you have look at screen shot....  

I have few more records when I go to the scroll down…but Grand totals are showing on Column Footer.

Let me know how can i show the Grand  Totals..

0
Dimitrina
Telerik team
answered on 17 Dec 2013, 09:31 AM
Hello,

The way to customize the Totals is demonstrated on the example I have referred to.
For example, a way to show the aggregate result outside RadGridView would be similar to:
<TextBlock Margin="10,0,0,0"
    Text="{Binding AggregateResults[\MinUnitPrice\].FormattedValue, ElementName=RadGridView1}" />

Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
GridView
Asked by
Pranavi
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Pranavi
Top achievements
Rank 1
Share this question
or