I have a Javascript timer that refreshes my grid every so often using the ‘reloadGrid’ method which works — except it doesn’t seem to reload rows where I’ve made changes to cell data.
I suspect that when cell data is changed, it’s marked as ‘dirty’ and that prevents it from being overwritten on a gridreload — which makes perfect sense. But in my case, I want to ignore the cell data changes and have the entire grid refreshed.
How can I make this happen?
I’m using jqGrid 4.5.4, which I know is an old version, but I hope I can still do what I need to do.
Thanks,
Manny
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top