From b21a8e8db36f9fb2c4f7070d8a88178fe4502d98 Mon Sep 17 00:00:00 2001 From: skrustev Date: Fri, 13 Oct 2017 19:27:29 +0300 Subject: [PATCH] Fix for bug igScroll is not initialized on igTreeGrid --- src/js/modules/infragistics.ui.scroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/modules/infragistics.ui.scroll.js b/src/js/modules/infragistics.ui.scroll.js index 4027f698c..4d941587c 100644 --- a/src/js/modules/infragistics.ui.scroll.js +++ b/src/js/modules/infragistics.ui.scroll.js @@ -3870,7 +3870,7 @@ } }); $.extend($.ui.igScroll, { version: "" }); - $(document).on("iggridrendered", function (event, args) { + $(document).on("iggridrendered igtreegridrendered", function (event, args) { /* M.H. 5 Feb 2014 Fix for bug #161906: Scrolling is not possible with virtualization and the grid rendered on button click on an iPad */ var container = args.owner.scrollContainer(); if (container.length === 0 && args.owner.container) {