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.
.
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.
.