Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort is not defined for paging on grid #13

Open
Catchops opened this issue Oct 14, 2016 · 0 comments
Open

Sort is not defined for paging on grid #13

Catchops opened this issue Oct 14, 2016 · 0 comments

Comments

@Catchops
Copy link

I've been able to hook up my Breeze data to my Kendo grid using this data source. However, it doesn't always work depending on if a sort column has been defined. When you select a given page on the grid, it will send the skip(x).take(y) to the server, but depending on if the sort field and direction are defined it will be successful or fail. The usage of .skip/take requires a sorted set of data, so the sort field is needed when the call is made to the service. You can sort a given column one way, then sort it the other way, then as soon as the arrow/caret goes away there is no sort defined and the call fails. Has anyone else seen this?

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

No branches or pull requests

1 participant