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
Problems with loading in IE
27/08/2008
09:01
Avatar
sashdj
Member
Members
Forum Posts: 10
Member Since:
27/08/2008
sp_UserOfflineSmall Offline

I weel set the grid in my project and find an error!

In brouser Opera all work ok.

In IE 6 and IE 7 grid not load, write:

1) 'jQuery' is undefined

2) Object doesn't support property or method

Code on my page is:

jQuery(document).ready(function()
{ jQuery("#list").jqGrid({
 url:'../exec/loader.php?q=1',
 datatype: 'xml',
 mtype: 'GET',
 colNames:['ID','Name', 'Type','F. addr.','Phone','fax','status'],
 colModel:[
  {name:'id', index:'id', width:50,sortable:true,sorttype:'int'},
  {name:'name', index:'name', width:90,sortable:true,sorttype:'text'},
  {name:'type', index:'type', width:80, align:'right',sortable:true,sorttype:'text'},
  {name:'faddr', index:'faddr', width:80, align:'right',sortable:true,sorttype:'text'},
  {name:'phone', index:'phone', width:80, align:'right',sortable:true,sorttype:'text'},
  {name:'fax', index:'note', width:150, sortable:false},
  {name:'status', index:'note', width:150, sortable:false}],
 pager: jQuery('#pager'),
 rowNum:10,
 rowList:[10,20,30],
 sortname: 'id',
 sortorder: "desc",
 width:870,
 height:400,
 viewrecords: true,
 imgpath: 'themes/sand/images',
 caption: 'My first grid'
 });
});

Pleace help me!

27/08/2008
09:43
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Since there is a problem with the loader (jquery.jqGrid.js)  in IE, please load the modules manual with script tag. I will correct this ASAP.

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.

27/08/2008
09:57
Avatar
sashdj
Member
Members
Forum Posts: 10
Member Since:
27/08/2008
sp_UserOfflineSmall Offline

Ok! Its loaded, and new error has excepted! 🙂

Error code: 'jgrid' is null or not an object.

27/08/2008
10:14
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

Clear the enty cache. And try again.

Reagrds

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.

27/08/2008
11:07
Avatar
sashdj
Member
Members
Forum Posts: 10
Member Since:
27/08/2008
sp_UserOfflineSmall Offline

Thans Tony! It work!

10/09/2008
07:24
Avatar
mmrath
Member
Members
Forum Posts: 3
Member Since:
10/09/2008
sp_UserOfflineSmall Offline

When i used

<<usual code>>

.navGrid('#pager2',{});

IE gives folowing error

Object doesn't support property or method

If i remove the line it is working fine.

13/09/2008
09:56
Avatar
Phenix
New Member
Members
Forum Posts: 2
Member Since:
13/09/2008
sp_UserOfflineSmall Offline

Hi all,

first i want to say that this is a great project!!

next i have also a problem loading data in IE 7.

The problem seems to be special charakters like ÄÜÖ.

I'm loading data in XML format and have the text field in CDATA.

Firefox load data and translate the specials in his own charakter (? on black background) and show the grid correctly.

IE7 seems to have a problem with it. after i removed the rows from the grid i load the grid correctly. 

Anyone know how i can solve this?

13/09/2008
11:46
Avatar
Phenix
New Member
Members
Forum Posts: 2
Member Since:
13/09/2008
sp_UserOfflineSmall Offline

ok i just fixed it 😉

i changed the encoding from utf-8 to ISO-8859-1 and now it works  😉

27/09/2008
18:31
Avatar
AhmedCIW
Member
Members
Forum Posts: 3
Member Since:
27/09/2008
sp_UserOfflineSmall Offline

mmrath said:

When i used

<<usual code>>

.navGrid('#pager2',{});

IE gives folowing error

Object doesn't support property or method

If i remove the line it is working fine.


same problem  but in my case ie doesn't load at all 

29/09/2008
09:14
Avatar
tony
Sofia, Bulgaria
Moderator
Members

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

Hello,

I hope that with the upcomming release all is OK.

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.

Forum Timezone: Europe/Sofia

Most Users Ever Online: 715

Currently Online:
34 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