Navigating off page with grid then back doesn't show updates

Hello,

I noticed an issue when I change my grid - add/delete/modify row then hit my browser’s back but then go forward it shows the grid in the state it was in before my edits. I have to manually F5 or reload the page to see the changes.

What’s the remedy for this situation?

Thanks,
Kurt

Also server side state is fine.

I’m surprised this topic hasn’t come up or at least I’ve seen.

In my init function I added this:

    grid.preventIECaching(true);    // for at least Chrome as well

Worked for me, now every GET has a unique dhtmlx_seed. BTW I think the function should be renamed because I see this issue with Chrome as well and it wouldn’t surprise me if it happens in Firefox and Safari as well.

Thanks,
Kurt