How do I display 5 digit paging numbers in kendo angular grid paging?

0 Answers 28 Views
Grid
Tom
Top achievements
Rank 2
Tom asked on 13 Jan 2025, 06:54 PM | edited on 13 Jan 2025, 06:55 PM

I have a project with a Kendo angular grid.  The grid is searchable, which is how it will likely be used 99% of the time.  However, when you return all of the raw results, the number of rows goes over 10000.  I noticed that when that happens, the paging controls only display the first four numbers of the starting item number.  So "10401" is appearing as "1040".  Is there a way to fix this? 

I currently just have [pagable] = "true" set on my <kendo-grid> tag--I'm not bringing in those newer paging tags, though I suppose I could if I had to.  My project is Angular 18 and the package of grid I'm using is 17.1.0.

Yanmario
Telerik team
commented on 16 Jan 2025, 09:08 AM

Hi Thomas,

Can you provide me with a runnable example as I am not able to reproduce the issue in the following StackBlitz:

https://stackblitz.com/edit/angular-vhcmkmye?file=src%2Fapp%2Fapp.component.ts

I am looking forward to your reply.

Regards,
Yanmario
Progress Telerik
Tom
Top achievements
Rank 2
commented on 26 Feb 2025, 04:38 PM

Thank you Yanmario.  I'm not sure I explained my issue very well.  I think the issue was when the number of pages went to 5 digits it shows only the first 4 numbers.  You should be able to see that in your sample if you lower your results per page down to 1.  
Yanmario
Telerik team
commented on 03 Mar 2025, 10:31 AM

Hi Thomas,

I’m still unable to reproduce the mentioned rendering issue and might be missing something. Could you provide a runnable example, the steps to reproduce the issue, and possibly a screen recording or screenshot?

This will help me better understand the problem and assist you further.

Regards,
Yanmario
Progress Telerik

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Tom
Top achievements
Rank 2
Share this question
or