Forum

November 2nd, 2014
A A A
Avatar

Lost password?
Advanced Search

— Forum Scope —




— Match —





— Forum Options —





Minimum search word length is 3 characters - maximum search word length is 84 characters

The forums are currently locked and only available for read only access
sp_Feed Topic RSS sp_TopicIcon
FormEdit only working in IE8 Compatibility View
18/11/2009
18:07
Avatar
JG
New Member
Members
Forum Posts: 1
Member Since:
19/11/2009
sp_UserOfflineSmall Offline

Form editing does not work for me in IE8 unless I set it to compatibility view.  Unfortunately running in compatibility view is not an option for my customer so I need to find a solution.

Whether I double click a row, or choose the edit button from the pager, I get the following error in IE8 (not  in compatibility view):  Error Line 10: Not Implemented:

When I enter debug mode the following line of code from jqGrid.min.js is highlighted:
f.style.setExpression(w.toLowerCase(),"(_=(document.documentElement.scroll"+w+" || document.body.scroll"+w+"))+'px'")

I get this same error when I try to run any of the examples at: ../../jqgrid/jqgrid.html so it doesn't appear to be related to my grid code.

FireFox 3.5.5 works as expected.


Version of jqGrid:

* jqGrid  3.6 - jQuery Grid

* Date:2009-11-08

* Modules: grid.base.js; jquery.fmatter.js; grid.custom.js; grid.common.js; grid.formedit.js; jquery.searchFilter.js; grid.inlinedit.js; grid.celledit.js; jqModal.js; jqDnR.js; grid.subgrid.js; grid.treegrid.js; grid.import.js; JsonXml.js; grid.setcolumns.js; grid.postext.js; grid.tbltogrid.js; grid.jqueryui.js;

Also tested with jqGrid  3.5.3 (Date:2009-09-06 ) and get same error.

OS: Win XP Pro SP3

IE: Version 8.0.6001.18702

DOCTYPE: XHTML 1.0 Strict (this is only doctype that has proven successful for me with jqGrid.)

Thanks,

Jim

21/11/2009
06:58
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

For me this is strange. Moreover, you say that you have the same behaviour when you run the online examples. This the first post that say that the examples does not work in IE8. In my IE8 everthing seems to work ok. Also IMHO the reson can lie in the some browser configuration, but I could not  determine where is the problem.

Could you please test the examples with IE8 that does not belog to your organization.

Best Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

03/01/2010
05:29
Avatar
Leandro
Guest
Guests

Hi, first of all: wonderful work

I get a similar error with IE8 when i click in button edit, delete or view without select a row in grid... the dialog alert not show, only blur over the page that go off with mouse click. It's hapen in my grids and too with demos, for exemple in "3.5 - Form Improvements".

On Firefox 3.5.6 all is ok.

error code:
Error Line 10: Not Implemented
Character: 167375
URI: http://www.trirand.com/blog/jq.....rid.min.js

Thanks

03/01/2010
19:44
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

For me the demo work in IE8 - in both modes.

Also it seems that some IE configuration causes this problem, but I'm unable to tell you which one.

Could you please try the demo in IE8 from other computer that does not belong to your organization?

Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

05/02/2010
13:47
Avatar
jurma
New Member
Members
Forum Posts: 1
Member Since:
05/02/2010
sp_UserOfflineSmall Offline

Hello! My customer has the same problem

Not implemented
jquery.jqGrid.min.js
Kode: 0
URI: http://.../jqGrid/js/jquery.jqGrid.min.js

Linje: 10
Tegn: 167375

IE version 8
Version 8.0-6001-18702

Unfortunately It's impossible to provide any other information from the customer and help you in debug.

I've successfully tested the same case in other IE8 - and it was without any problem.

25/02/2010
16:31
Avatar
pedja
New Member
Members
Forum Posts: 1
Member Since:
25/02/2010
sp_UserOfflineSmall Offline

HI,

My customer experienced exactly the same issue - Edit and Add are not working in his  IE8  8.0.6001.18702IC version. 

I was unable  to reproduce problem with IE Tester and other IE8's (including one 8.0.6001.18702 not  IC). It works as expected with other browsers (tried Safari, FF3.6 and Chrome).

If anyone recognizes what causes this  problem please post it on the forum.  

27/02/2010
21:33
Avatar
tony
Sofia, Bulgaria
Moderator
Members

Moderators
Forum Posts: 7721
Member Since:
30/10/2007
sp_UserOfflineSmall Offline

Hello,

Thanks for sharing this information. To be a honest I do not know what IC is supposed to be in IE, but anyway thanks.

Best Regards

Tony

For professional UI suites for Java Script and PHP visit us at our commercial products site - guriddo.net - by the very same guys that created jqGrid.

21/12/2010
00:39
Avatar
jetmathew
New Member
Members
Forum Posts: 2
Member Since:
21/12/2010
sp_UserOfflineSmall Offline

Hi All,

even I am also getting same error 

Error Line 10: Not Implemented:

When I enter debug mode the following line of code from jqGrid.min.js is highlighted:
f.style.setExpression(w.toLowerCase(),"(_=(document.documentElement.scroll"+w+" || document.body.scroll"+w+"))+'px'")

But I think it was not coming for a while when i started developing one application and looks weird it got appeared at the end of project. I tried to fix but no hope so far.  is there anybody got any solution please let me know If any body want any sample asp.net code to have a check for same error I can send. Please provide email id for same.

thanks

Justin

31/12/2010
23:16
Avatar
kalor62
New Member
Members
Forum Posts: 1
Member Since:
01/01/2011
sp_UserOfflineSmall Offline

Hi

I had the same error saying "Not Implemented". I don't know if this work around will be good for you and fix your issue but you can give it a try. I did put this meta tag onto my website:

 <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

I think it's forcing IE8 to render as IE7

Karol

04/01/2011
18:33
Avatar
jetmathew
New Member
Members
Forum Posts: 2
Member Since:
21/12/2010
sp_UserOfflineSmall Offline

Hi Karol,

Thanks for the solution. It worked well, but my UI alignement, looks everything got ugly. I think they have to do a fix from their java script library then it will be really good one.

regards

Justin

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
59 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

OlegK: 1255

markw65: 179

kobruleht: 144

phicarre: 132

YamilBracho: 124

Renso: 118

Member Stats:

Guest Posters: 447

Members: 11373

Moderators: 2

Admins: 1

Forum Stats:

Groups: 1

Forums: 8

Topics: 10592

Posts: 31289

Newest Members:

, razia, Prankie, psky, praveen neelam, greg.valainis@pa-tech.com

Moderators: tony: 7721, Rumen[Trirand]: 81

Administrators: admin: 66

Comments are closed.
Privacy Policy   Terms and Conditions   Contact Information