This is a migrated thread and some comments may be shown as answers.

Table Cell Merge

1 Answer 505 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sentil
Top achievements
Rank 1
Sentil asked on 12 Nov 2013, 07:14 AM
Hi Guys

I am creating dynamic table and using (07a0fcda-7fca-4925-b85b-7a3c620a2d6f_DynamicStaticRows.zip sample //  Report1.cs)
I am using  Q2 2013 SP1

I have Table Cell values like below

1    2        3  //Row 1
1    5        6  // Row 2


I need to merge Row cells 1 and 1 to be like below

    2  3 //Row 1
1                         //Merged data in middle
    5  6  //Row 2

My Client Requirement is to export to PPT with same output (If possible any sample code is app)

Senthil

1 Answer, 1 is accepted

Sort by
0
Petio Petkov
Telerik team
answered on 14 Nov 2013, 02:41 PM
Hello Sentil,

All you need to do is to bind data to the table and add grouping to it. In your case grouping should be by the first column. After that you should set the Group TextBox's Style.VerticalAlign to Middle (in the attached example is textBox9).

I have created for you a simple report illustrating the suggested solution. Please find it attached.
 

Regards,
Petio Petkov
Telerik

New HTML5/JS REPORT VIEWER with MOBILE AND TOUCH SUPPORT available in Telerik Reporting Q3 2013! Get the new Reporting version from your account or download a trial.

Tags
General Discussions
Asked by
Sentil
Top achievements
Rank 1
Answers by
Petio Petkov
Telerik team
Share this question
or