
Hi,
I'm having a problem with Virtual Scrolling in IE8 and IE9.
This is my scenario:
1. I created a grid with several thousands of records and enabled Virtual Scrolling on it.
2. I also created a filter (textbox) and a filter method to send additional parameters to the server
3. When I initially scroll to the bottom of the grid, the last page of data is shown as expected.
4. Now when I enter filter data that would return less than the number of pages with data than the page currently shown, the data is not shown in the grid
Investigating the issue, showed me the following:
* In other browsers (tested with IE11, Chrome and Firefox), after the filtering first an empty response is returned which is immediately followed by a second request for the first page of data, as expected
* In IE8 and IE9 (the only 2 browsers that I've tested this issue in) this second request is not performed, showing no data nor scrollbar, as if there were no data present at the server.
I've attached a sample ASP.NET MVC project using Kendo UI 2014.1.318.440 that shows the problem.