Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > Table overflow on same page?

Not answered Table overflow on same page?

Feed from this thread
  • Paul avatar

    Posted on Feb 6, 2012 (permalink)

    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?

    Reply

  • IvanY IvanY admin's avatar

    Posted on Feb 8, 2012 (permalink)

    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 >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Reporting > Telerik Reporting > Table overflow on same page?
Related resources for "Table overflow on same page?"

Features  |  Documentation  |  Demos  |  Telerik TV  |  Knowledge Base  |  Code Library  |  Step-by-step Tutorial  |  Blogs  |  Whitepaper  ]