Re: Adobe is just a spammer now

2014-10-24 Thread John M Bliss
That's the way it's always looked for me... On Thu, Oct 23, 2014 at 9:29 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Here's the screenshot: https://www.diigo.com/item/image/50m7r/eyn5 Look at the center column Eric -Original Message- From: Jenny Gavin-Wear

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)