Skip to content

Commit

Permalink
Merge pull request #1324 from skrustev/fix-244154-17.1
Browse files Browse the repository at this point in the history
Fix for bug 244154. Merge 17.1.
  • Loading branch information
kdinev authored Oct 16, 2017
2 parents 248fcc7 + b21a8e8 commit b3ec6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/modules/infragistics.ui.scroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -3870,7 +3870,7 @@
}
});
$.extend($.ui.igScroll, { version: "<build_number>" });
$(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) {
Expand Down

0 comments on commit b3ec6f6

Please sign in to comment.