Compatibility with ie8

QuestionsCompatibility with ie8
kriti asked 10 years ago

hi,
I wana know are these features of JQ Grid compatible with ie8? and if not then till what extend!

Thanks

5 Answers
Abu Ghufran answered 10 years ago

Hello,

We've tested it on IE8 and it's compatible.
If you are facing any issue, let us know.

Martin Gossmann answered 9 years ago

Hi Abu,

I just tested the grid with IE8 (both default and compatibility mode). The grid is not displayed. The debugger throws an "Object doesn't support this property or method" error at this command:

var grid_maiw1 = jQuery("#maiw1").jqGrid( jQuery.extend({"datatype":"json","rowNum":26,"width":"990","height":"600","rowList":[10,20,30,"All"],"viewrecords":true,"multiSort":false,"scrollrows":true,"toppager":false,"prmNames":{"page":"jqgrid_page"},"sortname":"id","sortorder":"desc","form":{"nav":false},"url":"http://www.owlsnest.eu/maiw.php?grid_id=maiw1","editurl":"http://www.owlsnest.eu/maiw.php?grid_id=maiw1","cellurl":"http://www.owlsnest.eu/maiw.php?grid_id=maiw1","scroll":0,"sortable":true,"cellEdit":false,"export":{"paper":"a4","orientation":"landscape"},"add_options":{"recreateForm":true,"closeAfterAdd":true,"closeOnEscape":true,"errorTextFormat":function(r){ return r.responseText;},"jqModal":true,"beforeShowForm":function(formid) { setTimeout(function(){jQuery("#pData").hide();jQuery("#nData").hide();},100);

Any idea how to deal with that?

Thanks,
Martin

Martin Gossmann answered 9 years ago

I missed to provide the link to two web pages as example.

http://www.owlsnest.eu/maiw.php
http://www.owlsnest.eu/aiaircraft.php

Martin Gossmann answered 9 years ago

Not sure if this is the reason:

"jQuery 2.x has removed IE8 support, use instead lastest 1.x stable version of jQuery; 1.10.2"

http://stackoverflow.com/questions/19001519/jquery-error-only-in-ie8-object-doesnt-support-this-property-or-method

If this is true – can that other library be used or does phpGrid need the newer version?

And would it be possible to load the new lib for IE > 8 and the older one only for <= IE8?

Abu Ghufran answered 9 years ago

I am only getting this issue when in compatibility mode. Working fine on default mode.

Refer these links to force IE in default mode.

http://stackoverflow.com/questions/5262775/jqgrid-and-compatibility-view-mode-in-ie8

Forum


http://stackoverflow.com/questions/25762336/jqgrid-ie-8-7-performance

Forum

Your Answer

5 + 5 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?