Forum


11:35

03/06/2009

I edit and update row.
I validating the data on a server.
And I report about results of check on the client-side with the help json
Question: How to get the data from json on the side of the client?
server-side
...
$responce->userdata['return_ok'] = 1;
...
client-side
.navButtonAdd('#pager2',{caption:"Save", onClickButton:function(){
var idrow = jQuery("#list2").getGridParam('selrow');
jQuery("#list2").saveRow(idrow);
jQuery("#list2").restoreRow(idrow);
var kk = jQuery("#list2").getUserDataItem('return_ok');
alert(kk);
} });
___________________________________________
It does not work:
jQuery ("#list2").getUserDataItem (' return_ok ') - undefined
thanks in advance
14:10

Moderators
30/10/2007

Hello,
I think you know it, but just to reminder.
If you save the data to the server there is a time delay until the data come back to grid.
During this time you execute the other javascript code which depend on this data, but the data is not already into the grid.
In order to resolve:
1. Maybe you will to use setTimeout function when you try to get user data - I do not recommend this.
2. use the succesfunc as described here
http://www.trirand.com/jqgridw.....ng#saverow
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.
15:11

Moderators
30/10/2007

Hello,
The common approch to use these is like this
var myerrorfunc = function(rowid, response)
{
// do something here
}
…
jQuery("#grid_id").jqGrid('saveRow',rowid,null, '', {}, null, myerrorfunc);
More you can find here:
http://www.trirand.com/jqgridw.....ne_editing
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:
52 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