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

Get Summary Row from RadGridView

1 Answer 152 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sr
Top achievements
Rank 1
Sr asked on 06 Jul 2012, 08:57 PM
Hello,

I have 2 radgrids in my form. First grid is a details grid which shows all the records and the second one should show only summary rows from the first grid.

For Ex:
First Grid:
Date Balance
01/12 500
01/12 1000
02/12 2000

Second grid should be like below.
Date  Balance
01/12 1500
02/12 2000

I am wondering if there are any ways to do this one in Telerik. I know how to get individual values in GroupSummaryEvaluate event 
but need to get the entire summary row from the first grid.

Also, the first grid has grouping, filtering and sorting and am hoping that your solution would cover those as well.

Please let me know.

Thanks in advance for your help.
 .

1 Answer, 1 is accepted

Sort by
0
Accepted
Svett
Telerik team
answered on 11 Jul 2012, 12:42 PM
Hello Sr,

Thank you for writing.

I am enclosing a sample project which demonstrates how you achieve the desired functionality. You should subscribe to the ViewChanged event where you can perform the synchronization logic between grid instances.

Let me know if I can be of further assistance.

Greetings,
Svett
the Telerik team
RadControls for WinForms Q2'12 release is now live! Check out what's new or download a free trial >>
Tags
GridView
Asked by
Sr
Top achievements
Rank 1
Answers by
Svett
Telerik team
Share this question
or