Forum
21:41
14/08/2013
I am clicking a delete button on a modal form and the form disappears, yet the entire page remains greyed out. I have searched and searched for a resolution and tried just about everything I found. But, ALAS no success.
Everything else on the page works, I am stumped.
onclickSubmit: function (rp_ge, rowid) {
// reset the value of processing option to true to
// skip the ajax request to 'clientArray'.
rp_ge.processing = true;
// we can use onclickSubmit function as "onclick" on "Delete" button
// delete row
$("#delmod" + $grid[0].id).hide();
$grid.jqGrid('delRowData', rowid);
$grid.focus();
if ($grid[0].p.lastpage > 1) {
// reload grid to make the row from the next page visable.
$grid.trigger("reloadGrid", [{ page: $grid[0].p.page}]);
}
//return[true,""]; TRIED THIS AS WELL
return true;
},
Oh and I am using version 4.5.2
Thanks in advance for any help you can pass my way.
Steve
21:06
12/02/2014
I have the same issue. I am using version 4.5.1. I have multiple jqGrids on my page and deleting a row from any of them causes the div with class ui-widget-overlay to remain. I've tried toggling the top level div with the overlay class in my delete row handler, and while this appears to work at first, if I afterwards try clicking the delete button on a row, nothing happens (delete dialog doesn't appear).
Does anyone know how to resolve this issue?
Thanks in advance!
aDeveloper
Most Users Ever Online: 715
Currently Online:
46 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