joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

IE 9 AJAX support #110

Open marcog32 opened 7 years ago

marcog32 commented 7 years ago

It appears that AJAX, at least for sorting, is not supported in IE 9. Instead, the entire page refreshes for a resort. The issue appears to be that history is not supported in IE 9. So, when etURLAndReload() is called, the if block is skipped.

Am I correct?

Thanks