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