We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5dcba commit 1322dc9Copy full SHA for 1322dc9
src/kendo.data.js
@@ -1909,7 +1909,7 @@ var __meta__ = { // jshint ignore:line
1909
if (customGroupSort) {
1910
query = query.group(group, data, options);
1911
1912
- if (skip !== undefined && take !== undefined) {
+ if (skip !== undefined && take !== undefined && !options.groupPaging) {
1913
query = new Query(flatGroups(query.toArray())).range(skip, take);
1914
1915
groupDescriptorsWithoutSort = map(groupDescriptorsWithoutCompare, function(groupDescriptor) {
0 commit comments