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

How to enable pagination in web view?

1 Answer 189 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Alaa Masoud
Top achievements
Rank 1
Alaa Masoud asked on 18 Jul 2014, 07:28 PM
I am playing with the Telerik Reporting and have made a simple report using the table wizard. The report contains about 900 rows. However, after successfully setting up an MVC web app and including the report in it, the report is rendered in a single page with all 900 rows which caused the browser to freeze for a few seconds till all rows were rendered.

I have been reading every where and I still can't figure out how to have pagination enabled when the report is being viewed in a web app.

Any help is appreciated.

1 Answer, 1 is accepted

Sort by
0
Accepted
Stef
Telerik team
answered on 22 Jul 2014, 01:47 PM
Hello Alaa,

Please check the Design Considerations for HTML Rendering help article and check if you are not dealing with any of the listed browser limitations. The suggested in the article Print preview can be enabled through the ReportViewer.ViewMode property.

If you are referring to a grid-like pagination, this is a feature more native for controls like RadGrid. A similar loading only of specific set of data can be achieved by parameterizing the data retrieval method and mapping the parameters to report parameters, which will allow you to control which portion of data to be retrieved and displayed e.g. as in the Using Parameters with the SqlDataSource component article.


Let us know if you have any further questions.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Alaa Masoud
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or