mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Slickgrid loading issue in internet explorer 9 browser #1074

Open bhumikakhatri opened 9 years ago

bhumikakhatri commented 9 years ago

Hi all,

I had added slickgrid in my asp.net project page. While I continuously loading page client side with different filters in IE 9 browser after 16-17 continuous loading the slickgrid don't able to bind data. The same functionality is working fine in IE 11 browser. Can anyone please help me out to resolve this issue?

6pac commented 9 years ago

And the error message ? I think you'll have to put together a demo page if you want us to look at this seriously. I use ASP .NET so I can run it. Just strip it down to the basics. Note: when you do this, about 80% of the time you find out what the problem is.

bhumikakhatri commented 9 years ago

Thanks for the reply. It wont give any code or javascript error but not able to bind grid. To reproduce this issue load slickgrid in asp.net page with some filter textbox continuously 15-20 times without refreshing the page. In IE 9 browser after 15 continuous loading the grid will not bind data. Same functionality is working fine in IE11 browser.

6pac commented 9 years ago

sorry, but that description is so vague that it's impossible to help you. Are you AJAX loading data ? If not, then ASP .NET is not even a factor, everything happens client side and we could use a HTML page for a demo. How are you filtering ? Using a DataView as suggested in the examples ? We really need a sample. For example, does one of the sample pages in the SlickGrid download display the same problem ?

bhumikakhatri commented 9 years ago

We are using dataview to bind grid. sample example link: http://mleibman.github.io/SlickGrid/examples/example6-ajax-loading.html.

6pac commented 9 years ago

OK, I'd recommend you test it using the example HTML page itself. The one you linked to in MLeibman's repo is broken, but I've fixed it in my 'alternative master' repo (also see the wiki), as well as updating jQuery versions to the latest and fixing quite a few bugs. I'd recommend starting with that version of SlickGrid. There are also two ajax sample pages in my repo now.

bhumikakhatri commented 9 years ago

i had modified code and added latest jquery version in my aspx page, still issue exist in internet explorer browser 9. Kindly help me out to resolve this issue.