-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
This may be an issue, but I can't say exactly.
I'm using skip and top as parameters on my read operations in order to always ask the server for the 10 records the user asked for. I'm always getting the next 10 records correctly.
The problem is the JSDO doesn't hold the previous 10 records, hence CRUD operations fail for those records. To try and circumvent this issue I tried to use the different mergeModes that can be specified for the fill operation, but I'm having problems:
- For some reason it does not order the records
- I have to manually clear JSDO records, but I haven't find a way to do so in the docs.
- If the catalog holds more than one dataSet, it does not merge.
I've read on the docs that Kendo objects work with server paging, so I assumed JSDO was the one doing the work. After debuggin the whole process I'm about to say it doesn't, but I'd like official confirmation.
Metadata
Metadata
Assignees
Labels
No labels