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