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

Display all PageViews

1 Answer 37 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Mak
Top achievements
Rank 1
Mak asked on 24 Feb 2014, 10:54 AM
Hello

We are trying to make it possible for the user to PRINT all pageViews in a particular form. We figured the simplest option would be to use the javascript print() function but unfortunately we have been unable to display all pageviews vertically.

We are using one RadMultiPage that houses all of the dynamically created pageviews with no TabStrip.

Is there anyway to display all? 

Regards

A

1 Answer, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 27 Feb 2014, 09:13 AM
Hello Ahmed,

The visibility of the PageVIews is controlled by css. I would suggest you to apply the following style rule, in order to display all PageViews simultaneously:
<style type="text/css">
      html .rmpHiddenView {
           display: block;
       }
   </style>

Regards,
Nencho
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
TabStrip
Asked by
Mak
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Share this question
or