My application running smoothly in edge and IE11 but as soon as i brows it using IE10 it freezes and can't click any link, all clickable items are disabled. I am using ASP.NET MVC with Kendo MVVM.
There is a little related question IE10 freezes with jquerymobile application , But not any answer. Have any idea to solve issue.
I got my issue for IE10. There is a modal that contains in my layout page. In IE10 this modal can't make display: none;
so it(modal div) situated hiddenly in front of my main layout. That's why i cant click anywhere and the site seems freezes.
Solution : I have changed code and made my modal display: none;
for IE10 or later and now it works fine.