0

I am using obout jquery grid, it working fine in ie9 and ie10 in compatible view. but other css styles and validation not working in previous ie10 browsers. Any suggestion how to overcome this issue?

AKEK
  • 1
  • 1
  • And where is the code which you use or at least the URL to your demo? Which version of jQuery, jQuery UI and jqGrid you use? I believe that your code works wrong in IE10, but you should understand that one can't find the error in your code if one don't see it. – Oleg Mar 19 '14 at 10:23
  • Actually, the code is blinded, its ready made product from obout. And I did some project to show the issue example https://dl.dropboxusercontent.com/u/100549308/obout_Grid_Example.zip .And you can visit to see that. Thank for helping. – AKEK Mar 21 '14 at 03:59
  • Moreover, many jguery grids also have same issue. for example . if you open the page in compatibility view it works fine. – AKEK Mar 21 '14 at 04:07
  • `http://www.obout.com/grid/` uses **another grid**. It has no relation with [jqGrid](http://www.trirand.com/blog/?page_id=6) which you used as the Tag of your question. `flexigrid` is one more grid which is of cause also not jqGrid. – Oleg Mar 21 '14 at 06:44

1 Answers1

0

I found the solution, actually its not a bug but the download accelerator program conflict with ie 10. so after uninstalling it everything works as required.

AKEK
  • 1
  • 1