Grid Pagination default value 0

0 Answers 50 Views
Grid
sai
Top achievements
Rank 1
Iron
sai asked on 22 Nov 2022, 07:33 AM | edited on 22 Nov 2022, 07:37 AM

Dear team,

We upgraded kendo version from  Kendo UI v2015.1.429 to Kendo UI v2022.2.510.In the upgraded version we are facing small ui presentation issue in Grid. On default in pageination, page numbers are not able to load in grid . It is showing empty. For Old version, defaultly it will display 0 in pagination. Below are teh Screen shots for more reference.

 

 

Nikolay
Telerik team
commented on 24 Nov 2022, 02:07 PM

Hello Sai,

This does not seem to be the correct rendering of the Grid pager. Can you please ensure you have added the required JavaScript and CSS Files correctly? You can replace them by using the CDN ones:

    <link rel="stylesheet" href="https://kendo.cdn.telerik.com/2022.2.510/styles/kendo.default-v2.min.css"/>

    <script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
    <script src="https://kendo.cdn.telerik.com/2022.2.510/js/kendo.all.min.js"></script>

Also here is a Dojo demo where this seems not to be present: https://dojo.telerik.com/IQOJIZoX

Could you please modify it to showcase the problem? This will allow me to investigate further.

Regards,

Nikolay

No answers yet. Maybe you can help?

Tags
Grid
Asked by
sai
Top achievements
Rank 1
Iron
Share this question
or