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

Move grid toolbar footer

2 Answers 251 Views
Grid
This is a migrated thread and some comments may be shown as answers.
JC
Top achievements
Rank 1
JC asked on 08 Oct 2014, 09:33 AM
Hello

Is possible to move the grid toolbar footer (# pages, # records, button first, button next, button last, etc.)
and move it over the header grid?

Just the toolbar footer.

Thank you

JC

2 Answers, 1 is accepted

Sort by
0
Accepted
Iliana Dyankova
Telerik team
answered on 09 Oct 2014, 07:22 AM
Hi JC,

This scenario is not supported out-of-the-box by Kendo UI Grid, however it can be achieved using additional JavaScript code. As an example: 
$(".k-grid-pager").insertBefore(".k-grid-header");

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
JC
Top achievements
Rank 1
answered on 09 Oct 2014, 08:04 AM
Perfect !
this is i needed it!

Thank you Iliana!
Tags
Grid
Asked by
JC
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
JC
Top achievements
Rank 1
Share this question
or