Hi,
I am using Radgrid with grouping. How i can group by two columns that should used in the <GroupHeaderTemplate> as following example.
Thanks
I am using Radgrid with grouping. How i can group by two columns that should used in the <GroupHeaderTemplate> as following example.
I year students ( Group by Year) |
||
Science ( Group by Department) |
||
Name |
Student ID |
Avg mark |
XXX |
11111111 |
89 |
YYY |
22222222 |
56 |
Maths ( Group by Department) |
||
Name |
Student ID |
Avg mark |
GGG |
3333333 |
83 |
HHH |
3333333 |
68 |
II year students ( Group by Year) |
||
Science ( Group by Department) |
||
Name |
Student ID |
Avg mark |
XX |
111111 |
99 |
YY |
222222 |
87 |
Thanks