Skip to content

Commit 1f7260c

Browse files
committed
Sync with Kendo UI Professional
1 parent 7d3bdfd commit 1f7260c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/knowledge-base/persist-grouped-grid-collapsed-details-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following example demonstrates how to persist the collapsed state of grouped
9292
9393
$(function () {
9494
var grid = $("#grid").data("kendoGrid");
95-
grid.table.on("click", ".k-grouping-row .k-i-collapse, .k-grouping-row .k-i-expand", function (e) {
95+
grid.table.on("click", ".k-grouping-row .k-svg-i-caret-alt-down, .k-grouping-row .k-svg-i-caret-alt-right", function (e) {
9696
var row = $(this).closest("tr"),
9797
groupKey = rowGroupKey(row, grid);
9898

0 commit comments

Comments
 (0)