Hi, All:
I am trying to get the "Back" button in my browser (IE) working with RadGrid.
In all my pages, there is a RadGrid and I set EnableAjax=false.
Here is my web pages:
page 1: a RadGrid shows: record 1 and record 2.
page 2: a RadGrid shows: record 3 and record 4.
I first visit page 1, then visit page2.
Now, I click on the "Back" button on my IE browser when I am in page 2. It surely goes back to page 1. Then I click on update of record 2 (I am in page 1).
Funny thing: now the RadGrid shows record 3 and record 4, with record 4 in edit mod.
but RadGrid is supposed to show record 1 and record 2, with record 2 in edit
mode.
It looks like the IE browser stores page 1 into its memory/cache.
Is the any way to fix this?
Please help.
Stanley
I am trying to get the "Back" button in my browser (IE) working with RadGrid.
In all my pages, there is a RadGrid and I set EnableAjax=false.
Here is my web pages:
page 1: a RadGrid shows: record 1 and record 2.
page 2: a RadGrid shows: record 3 and record 4.
I first visit page 1, then visit page2.
Now, I click on the "Back" button on my IE browser when I am in page 2. It surely goes back to page 1. Then I click on update of record 2 (I am in page 1).
Funny thing: now the RadGrid shows record 3 and record 4, with record 4 in edit mod.
but RadGrid is supposed to show record 1 and record 2, with record 2 in edit
mode.
It looks like the IE browser stores page 1 into its memory/cache.
Is the any way to fix this?
Please help.
Stanley