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?