Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

295
Views
Angular 2 Kendo UI Grid Pagination Position

How do you configure the pagination of the grid let say the total page number e.g: 5 of 8 to be shown before the grid.

Achieved it on previous version of Kendo Grid using .insertBefore(.k-grid-content) something like that. But have no idea on Angular 2. Any idea?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Use this field for your component where you

import { SortDescriptor, orderBy } from '@progress/kendo-data-query';
import { GridComponent, GridDataResult, DataStateChangeEvent } from '@progress/kendo-angular-grid';



private pageSizesNumber: boolean = true;
private buttonCount: number = 5;
private pageSize: number = 10;

and on html side use

<kendo-grid [data]="view | async"
    [pageSize]="pageSize"
    [skip]="skip"
    [pageable]="{
        buttonCount: buttonCount,
        info: info,
        type: type,
        pageSizes: [5,10,20,25,50,100],
        previousNext: previousNext
    }"
    [sortable]="true"
    [sort]="sort"
    class="input-xs">
    "Your grid column"
 </kendo-grid>
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!