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

Table overflow on same page?

1 Answer 266 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Paul
Top achievements
Rank 1
Paul asked on 06 Feb 2012, 05:44 PM
I'm using a table with a rotated layout, so the items are listed horizontally.  If the page has room for 5 items, the 6th item is displayed on a new page (for pdf output).  Is there a way to force the table to restart on the same page if possible? 

So instead of having item 6 on the next page, I'd like it to "start over" under the first 5 items.

Instead of this:
Page 1 Boundary                                  Page 1 Contents                              Page 2 Boundary        Page 2 Contents  
           |                       Item 1         Item 2       Item 3       Item 4        Item 5            |                        Item 6          Item X...

I want this:
Page 1 Boundary                                  Page 1 Contents                              Page 2 Boundary
           |                       Item 1         Item 2       Item 3       Item 4        Item 5            |            
           |                       Item 6         Item X...


Is there any way to accomplish this?

1 Answer, 1 is accepted

Sort by
0
IvanY
Telerik team
answered on 08 Feb 2012, 03:13 PM
Hi Paul,

In Telerik Reporting the Table item never wraps. Instead if it is wider than the page it continues to the next (horizontal) page and this behavior is by design.
A possible custom approach might be if you separate your data according to your requirements and show it in two separate Tables. If you want to keep them together you can place both of them in a Panel and set the Keep Together property of the Panel to true. Still have in mind that they will be separated if the Panel content is larger than the page height.

Greetings,
IvanY
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
General Discussions
Asked by
Paul
Top achievements
Rank 1
Answers by
IvanY
Telerik team
Share this question
or