overflow scroll Y not working in IE9 with telrik grid
overflow scroll Y not working in IE9 with telrik grid
Today i got a typical bug when i was working with telrik grid in mvc i.e overflow Scroll Y is not working in IE9.i tried to fix the issue in so many ways but nothing worked out.finally i got the solution is that we need to set browser compatibility in meta tags.
In order to fix these issue we need to add meta tag bellow the title tag of your page
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
I hope this will help you.....
Today i got a typical bug when i was working with telrik grid in mvc i.e overflow Scroll Y is not working in IE9.i tried to fix the issue in so many ways but nothing worked out.finally i got the solution is that we need to set browser compatibility in meta tags.
In order to fix these issue we need to add meta tag bellow the title tag of your page
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
I hope this will help you.....
Labels:
MVC