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