Forum


Hi, I have a problem with reloading grid after i save the data to database. I mean I have one column with stype:'select', editable: true, edittype:"select", and second column with icon, which i want to change after i save the data from the first column.
I try:
afterComplete : function (response, postdata, formid)
{
jQuery("#s2list").trigger("reloadGrid");
}
but it doesn't work. I think afterComplete is not the right solution for this because even alert('test'), doesn't work.
Have anyone any idea?
Thanks
Paul
04:07

Moderators
30/10/2007

Hello,
I think you should use the option reloadAfterSubmit, which do this automatically for you.
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.
Sorry, I forget telling that I use inline edit instead of form edit.
I also try something like this:
onSelectRow:
function(id){
var e = "gridServer.php";
if(id && id!==lastsel2)
{
jQuery('#s2list').restoreRow(lastsel2);
jQuery('#s2list').editRow(id, true, e, varextraparam, gridReload);
lastsel2=id;
}
}
where gridReload is defined like:
function gridReload(rowid, result)
{
jQuery("#s2list").trigger("reloadGrid");
}
but this also don't work 🙁
03:27

Moderators
30/10/2007

Hello,
http://www.trirand.com/jqgridw.....ne_editing
Check carfully the order of the parameters passed to the editRow.
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:
103 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