Forum
17:09
29/08/2008
Hi!
After hours of madness I decided to ask for help:
I just want "simply" to modify (use escape() function on the string values) the data posted to the server via a editGridRow
I tried everything I saw on this forum and tried all the docs but only found this bizarre solution:
beginning of the code:
,onclickSubmit : function(eparams) {
var sr = jQuery("#listHsereport").getGridParam('selrow');
rowdata = jQuery("#listHsereport").getRowData(sr);
alert(rowdata.title); // show ancient value of the field or undefined if in a //new row
return {title:escape(jQuery("#title",currentFormid).val())};// the only solution I found to send 'title' parameter after escape() work. the currentFormid is the form_id stored in a perso value (currentFormid) in beforeShowForm function
}
,beforeSubmit : function(data) {
var sr = jQuery("#listHsereport").getGridParam('selrow');
rowdata = jQuery("#listHsereport").getRowData(sr);
alert(rowdata.title); // Show ancient value
alert(data.title); // show the good modified value, but how I modify it //with escape() and send it to the post data?, the return value should have //the ability to send new parameters as in theonclickSubmit function
return [true,""];
} // I noted that this function actually performs after the onclickSubmit...
Anyway, it's working now (needed escape function for escaping special characters as é or è), but does any proper way exist without my currentFormid var?
Cordialy,
Geoffroy
05:29
Moderators
30/10/2007
Hello,
Good recomendation and have sence. I will see haw to implement
this recommendation.
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.
Most Users Ever Online: 715
Currently Online:
41 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