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

Duplicated Grid Pager Controls

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Tuncay
Top achievements
Rank 1
Tuncay asked on 11 Feb 2019, 03:27 PM

Hello,

I'm having troubles after update with the pagination controls in the grids.

 

there is a same thread in below link;

https://www.telerik.com/forums/duplicated-grid-pager-controls

 

my css in page;

"~/Content/kendo/2018.3.1017/kendo.common.min.css"

"~/Content/kendo/2018.3.1017/kendo.default.min.css"

 

grid pagination blok;

.Pageable(pageable => pageable
            .Refresh(true)
            .PageSizes(true)
            .ButtonCount(5))

 

Here is an image of the grid pagination with the duplicated controls.

Thank you!

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 13 Feb 2019, 12:18 PM
Hi Tuncay,

Another common cause for the described behavior is when the version of the Kendo.Mvc.dll does not match the version of the scripts and styles.

Could you please make sure that both the Kendo dll and the content (scripts and styles) are the same version?


Regards,
Georgi
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
Tuncay
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or