I need jqgrid to refresh the entire page, not just the grid

2014-10-24 Thread Ray Meade
I have a jqgrid that displays the job details of auto repairs. Right now, I have the grid reloading using the following script and I need to change it so that it refreshes the entire page so that the subtotal and total fields (that sit outside of the grid) update. Here is my relevant code, any

Re: I need jqgrid to refresh the entire page, not just the grid

2014-10-24 Thread Ray Meade
By the way, I tried changing $self.trigger(reloadGrid); to $self.trigger(location.reload ()); but that just makes the new row disappear until I refresh the page manually using F5. (I also tried resetForm() and got the same results)