Skip to content

Commit 1322dc9

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 4f5dcba commit 1322dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kendo.data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1909,7 +1909,7 @@ var __meta__ = { // jshint ignore:line
19091909
if (customGroupSort) {
19101910
query = query.group(group, data, options);
19111911

1912-
if (skip !== undefined && take !== undefined) {
1912+
if (skip !== undefined && take !== undefined && !options.groupPaging) {
19131913
query = new Query(flatGroups(query.toArray())).range(skip, take);
19141914

19151915
groupDescriptorsWithoutSort = map(groupDescriptorsWithoutCompare, function(groupDescriptor) {

0 commit comments

Comments
 (0)