EasyUI Forum

General Category => Bug Report => Topic started by: tomhj on June 27, 2014, 08:10:14 AM



Title: datagrid virtual scrolling not working in IE8
Post by: tomhj on June 27, 2014, 08:10:14 AM
I'm using the scrollview extension to support server-based virtual pagination through a large data set.  This works fine on FireFox and Chrome but on IE8, only the first page of data is shown with no way to scroll to see the next page.

This same problem happens with the "Virtual Scroll View" demo page.  In that demo, you can only scroll through the first 50 rows of data.  I don't see any javascript errors.

I'm using jQuery EasyUI version 1.3.6, jQuery version 1.11.1 and of course the browser is IE8.  For other browsers, my app uses jQuery 2.1.1.  I see your demo app is using jQuery 1.8.0.

Is there any way to work around this problem?

thanks,
Tom


Title: Re: datagrid virtual scrolling not working in IE8
Post by: jarry on June 27, 2014, 11:37:11 PM
Please download the newest 'datagrid-scrollview.js' file from http://www.jeasyui.com/extension/datagridview.php


Title: Re: datagrid virtual scrolling not working in IE8
Post by: tomhj on July 01, 2014, 05:15:23 PM
Thanks - works fine now.