I found that I can use DetailArea1_ItemDataBound to programmatically get around this, but in this case I'm not able to repeat the group header on the continuous pages (because I can't get the pagenumber inside the DetailArea1_ItemDataBound).
0
Accepted
Peter
Telerik team
answered on 28 Jan 2011, 06:30 PM
Hi Mihai Dinculescu,
The easiest way to achieve the desired layout is to use a CrossTab. You can create such CrossTabwith the CrossTab Wizard that will guide you through the process of creating a CrossTab for your reports. Their intuitive step by step instructions would get you going in no time as no previous experience is needed when using the wizard. On the Arrange Fields step add the col1 field as Row Group. This will add a group by full name. By design the group fields are spanned. If the CrossTab suggestion is not applicable our suggestion is to set the col1 textbox.Visibility with a Binding to the following Expression: =RowNumber("col1Group")=1. Just to note that setting a Textbox.Visibility to false will leave empty space and all of the items on the right side will move to occupy this empty space. To avoid this behavior you have to add the textboxes on the right side into a Panel item and Dock it to right.