Forum
20:43
10/12/2010
Please reference the following help request for additional information:
http://www.trirand.com/blog/?p.....namically/
Can the undocumented addfunc(), editfunc(), delfunc() functions in jqgrid.formedit.js be modified so that this references the actual jqGrid object. Inside the user-defined function, this currently references the NavGrid option without the ability to programmatically reference the parent/containing jqGrid item. In a custom addfunc(), you could potentially need access to the jqGrid item to call the appropriate refresh or data synchronization commands. For my implementation, the jqGrid #id is dynamically generated at the server side so I don't have easy access to reference the grid traditionally (i.e. $(#id).jqGrid({});)
The existing code snippet (just addfunc() listed for brevity):
.click(function(){
if (typeof o.addfunc == 'function') {
o.addfunc();
} else {
$($t).jqGrid("editGridRow","new",pAdd);
}
return false;
})
would become:
.click(function(){
if (typeof o.addfunc == 'function') {
o.addfunc.call($t);
} else {
$($t).jqGrid("editGridRow","new",pAdd);
}
return false;
})
The same logic can be applied to the beforeRefresh() and afterRefresh() user-defined functions calls as well for consistency. If this is supposed to reference the NavGrid option, can the grid reference be passed as a function parameter? (i.e. o.addfunc($t)).
I can supply a DIFF patch from the latest version if you prefer although all of the requested changes are relatively minor.
Thanks!
George
Most Users Ever Online: 715
Currently Online:
24 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