Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

pagination not working in kendo grid using angular... #398

Open
kamaleshkrishnan opened this issue May 21, 2015 · 0 comments
Open

pagination not working in kendo grid using angular... #398

kamaleshkrishnan opened this issue May 21, 2015 · 0 comments

Comments

@kamaleshkrishnan
Copy link

scrollable : false,
pageable : {
pageSizes : [ 5, 10, 25, 50 ],
buttonCount : 5,
messages : {
display : "{0} - {1} of {2} assets",
itemsPerPage : "assets per page",
empty : "No assets to display"
}
},
dataSource : new kendo.data.DataSource({
serverPaging : true,
transport : {
read : getJobs
},
"pageSize":10,
"serverPaging": true,
"serverSorting": true,
"serverFiltering": true,
"serverGrouping": false,
"serverAggregates": false,
schema : {
total : returnTotalCount
}
}),
selectable : 'row',
sortable : true
};

I have used the above code in controller and k-pageable='{ "refresh": true, "pageSizes": true }' in html also but still pagination not working properly.Can anyone help me on this. Do i need to change any code in service.js.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant