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

Kendo UI Grid Paging at both top and bottom

1 Answer 170 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Balaram
Top achievements
Rank 1
Balaram asked on 04 Feb 2019, 11:00 AM

Hi Telerik Team,

We have requirement to have paging at both top and bottom of the grid. When i search couple of threads all solutions are written in javascript, Is there a way to do the same in Angular 6/7 (Typescript)?

Thanks,
Balaram.

1 Answer, 1 is accepted

Sort by
0
Dimiter Topalov
Telerik team
answered on 04 Feb 2019, 12:55 PM
Hi Balaram,

As the Grid container is using flex display, you can order its inner-blocks via CSS, e.g.:

.k-grid-pager {
      order: -1;
      border-width: 0 0 1px;
    }

https://stackblitz.com/edit/angular-efdzrn?file=app/app.component.ts

Having two pagers on the same Grid is not supported, but if you have the time, please support the following feature request for a separate Pager component in our UserVoice portal, so we can consider creating such a component, based on customer demand:

https://feedback.telerik.com/kendo-angular-ui/1360566-pager-component

Thank you in advance.

Regards,
Dimiter Topalov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Grid
Asked by
Balaram
Top achievements
Rank 1
Answers by
Dimiter Topalov
Telerik team
Share this question
or