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

show paging buttons at top of grid

1 Answer 201 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 04 Nov 2013, 06:56 PM
Is there any way to have the paging buttons for a pageable grid appear at the top instead of the bottom?

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 05 Nov 2013, 08:16 AM
Hello Steve,


To achieve this you could get the pager wrapper and insert it at the desired position using jQuery's insertBefore or insertAfter methods. This should be done after the widget is initialized.
E.g.
$("#grid").find(".k-pager-wrap").insertBefore(".k-grid-header");


Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Steve
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or