I dont know how to solve this:
I have a RadGridView grouped by program code and I know that each group has always 2 rows. And I want in the GroupHeader to be displayed some data from not "group by" collumns from the second of the rows in that group. Is it possible?
2 Answers, 1 is accepted
0
Jack
Telerik team
answered on 15 Sep 2008, 01:15 PM
Hi Daniel,
Thank you for contacting us.
Yes, this is possible by processing the GroupSummaryEvaluate event. Consider the code snippet below: