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

Pageable property after upgrade.

1 Answer 9 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dave
Top achievements
Rank 1
Dave asked on 07 Apr 2015, 09:28 PM

Kendo Grid pagination does not work
I'm using Kendo UI version 2015 Q1 (2015.1.318)
throwing exception due to below pageable method of kendo grid
.Pageable(pageable => pageable
        .Refresh(true)
        .PageSizes(true)
        .ButtonCount(10)
        .PageSizes(new[] { 20, 50, 100 }))
after upgrade

Were there any properties that were changed for this?

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 10 Apr 2015, 06:12 AM

Hello Dave,

From the provided code snippet we are not sure why an exception is thrown. Could you share some details about the exception and provide an isolated runnable example? This would help us to pinpoint the reason for the problem and assist further.

Regards,
Dimiter Madjarov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Dave
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or