I went through the smarmarkers article:
Is it possible to group the columns in run-time(instead of specifying in the template during design time)? Secondly, can we print the group headers for each group before the data for that particular group. Lets say we are grouping on “Age” column. Then the final output should look like,
Age 20
<Age = 20>
<Age = 20>
Age 21
<Age = 21>
and so on…