Forum


17:46

Moderators
30/10/2007

Hello,
Thanks. Fixed.
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.
11:31

13/08/2010

Thanks fridiii!!
I was having the same problem and I´ve already solved it.
But I was using minified version of jqGrid 3.6.4 wich can be easily modified in line 196 column 235:
var v=a("#"+w.p.id),B=[] => var v=a("#"+w.p.id),B={}
In versión 3.7.2 (of minified version of jqGrid) the change is in line 226 column 258:
grid=a("#"+z.p.id);sdata=[] => grid=a("#"+z.p.id);sdata={}
Regards
makius82
15:00

13/08/2010

Hi guys!!
I have found another bug. With de minified version of jqGrid 3.7.2 (under IE6) you have to declare grid variable or it will crash when the reset or close(X) button is pressed:
The change is in line 226 column 258: grid=a("#"+z.p.id);sdata={} => var grid=a("#"+z.p.id);sdata={}
Regards
makius82
15:17

10/08/2009

I agree with makius82 (Jonatan González).
I find that in the grid.formedit.js inside of resetFilters(op) function either the line
grid=a("#"+z.p.id);sdata={}
should be replaced to
var grid=a("#"+z.p.id);sdata={}
or like in searchFilters(filters) function the previous line should be ended not with ';', but with ',' instead.
In any way the variable grid must be local and not global.
Regards
Oleg
10:59

13/08/2010

Hello again,
I´m having troubles again with the filters.
I want to use "multipleSearch" but when I add another filter pushin "+" button and do something else (push "-" or "reset") I get a javascript console error because I'm using map.js wich has the declaration: "Array.prototype.removeAt = removeAt;".
There must be another error on the code that I cant find, if anybody can help me...
Thanks
Jonatan González
Most Users Ever Online: 715
Currently Online:
70 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.comModerators: tony: 7721, Rumen[Trirand]: 81
Administrators: admin: 66