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

Kendo Grid - Angular typescript pagination at top

3 Answers 524 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 13 Apr 2018, 09:34 AM

I have used kendo grid in angular typescript, I do want to have move pagination top of the grid. Can you please help to get this done?

Thanks in advance. 

3 Answers, 1 is accepted

Sort by
0
Konstantin Dikov
Telerik team
answered on 17 Apr 2018, 06:43 AM
Hi Michael,

Although that there is no built-in option for changing the position of the Grid pager, you could take a look at the following HowTo example for the Kendo UI Grid for rendering pager at the top of the Grid:
If you want to remove the pager at the bottom you could hide the second page from the example with custom CSS or directly with jQuery.

Hope this helps.


Regards,
Konstantin Dikov
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Michael
Top achievements
Rank 1
answered on 24 Apr 2018, 01:46 PM
We used angular typescript, this answer not applicable for us. Can you please let us know how to do this in angular typescript.
0
Viktor Tachev
Telerik team
answered on 26 Apr 2018, 11:27 AM
Hello Michael,

Note that moving the pager is not a built-in feature. Implementing such feature requires using custom code to change the way the Grid is rendered. Essentially what the example provided by Konstantin does is to manipulate the DOM. Anew Pager is inserted before the Grid header. 

For more information on manipulating the DOM when using AngularJS please refer to the thread below:



Regards,
Viktor Tachev
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Konstantin Dikov
Telerik team
Michael
Top achievements
Rank 1
Viktor Tachev
Telerik team
Share this question
or