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

Report Viewer uses non-standard next/previous first/last buttons

2 Answers 44 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Lauren
Top achievements
Rank 1
Lauren asked on 25 Jan 2016, 05:03 PM

Just wondering why the report viewer uses non-standard buttons for the Next/Previous and First/Last page actions.

Typically, next and previous are just single arrows (not the single arrow against a vertical bar).

And, first and last are usually a single arrow against a vertical bar (what you use for next/previous).

2 Answers, 1 is accepted

Sort by
0
Accepted
Nasko
Telerik team
answered on 27 Jan 2016, 12:09 PM
Hello Lauren,

You have a point and we are going to review the icons for a future version of the product. In the meantime, you can change the used icons manually in the viewer's template file:
...
                       <li><a data-command="telerik_ReportViewer_goToFirstPage" title="First Page" href="#"><i class="t-font-icon t-i-arrow-double-60-w"></i></a></li>
                        <li><a data-command="telerik_ReportViewer_goToPrevPage" title="Previous Page" href="#"><i class="t-font-icon t-i-seek-w"></i></a></li>
...
                        <li><a data-command="telerik_ReportViewer_goToNextPage" title="Next Page" href="#"><i class="t-font-icon t-i-seek-e"></i></a></li>
                        <li><a data-command="telerik_ReportViewer_goToLastPage" title="Last Page" href="#"><i class="t-font-icon t-i-arrow-double-60-e"></i></a></li>
...

For more information, please refer to the Customizing the HTML5 Report Viewer help articles.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Lauren
Top achievements
Rank 1
answered on 27 Jan 2016, 04:02 PM
Thank you.  I made the changes in my template file.
Tags
General Discussions
Asked by
Lauren
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Lauren
Top achievements
Rank 1
Share this question
or