I'd like to be able to implement this type of layout in a Report if possible?
1 Answer, 1 is accepted
0
IvanY
Telerik team
answered on 26 Mar 2014, 03:52 PM
Hello Tim,
It is possible to create a layout like this with the Table or Crosstab item. For more information please check the Table/Crosstab/List help article and the related sub articles.
Basically all you have to do is to add one more row and then merge the respective cells. If the column are dynamic (i.e. they come form your data) simply set the column group of the Crosstab in the wizard when you are creating your Crosstab.
Since in the other ticket you are creating the table programmatically we can suggest you (if you need to do this programmatically) to first create the desired report in the designer and then check the generated code and use what you need in your own code.