This is a migrated thread and some comments may be shown as answers.

browser back button problem on different selection

3 Answers 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
RRE
Top achievements
Rank 2
Iron
RRE asked on 09 Feb 2009, 11:28 PM
Hi,

I have a strange problem that appear in only some pages and I'm not able to understand why.

I build my grid with my query with the _NeedDataSource event.
            MyGrid.DataSource = GetDataTable(MySqlString)

I use a client selection.
On client selection with evet _ItemCommand I redirect on another page with:
...
                Response.BufferOutput = True
                Response.Redirect("~/User/MyNewPage.aspx", False)
...

All works fine.

But if I go back with explorer browser button and I click to select another row of a grid nothing appens!

The page_load (_init and so on) are not fired. No one event of page is fired.

If I ask a refresh from browser (F5) or click on a button with inside
            MyGrid.Rebind

everythink works again!

What I'm making wrong? :)

thanks

Renato

3 Answers, 1 is accepted

Sort by
0
RRE
Top achievements
Rank 2
Iron
answered on 11 Feb 2009, 05:27 PM
I noted that if I disable Java the page_load event fire!
But not with Java enabled.

Someone can help me to understand why?

thanks

Renato
0
Sebastian
Telerik team
answered on 12 Feb 2009, 02:46 PM
Hello Renato,

I tried to reproduce the erroneous behavior locally but unfortunately to no avail. Can you please verify that you are using the latest version 2008.3.1314 of RadGrid for ASP.NET AJAX in your project?

If the problem persists, please isolate a simplified working version of your project, illustrating the abnormality, and send it enclosed to a regular support ticket. We will research the matter further and will get around to you with our findings.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
RRE
Top achievements
Rank 2
Iron
answered on 18 Feb 2009, 06:08 AM
ok I had an old version

thanks

Renato
Tags
Grid
Asked by
RRE
Top achievements
Rank 2
Iron
Answers by
RRE
Top achievements
Rank 2
Iron
Sebastian
Telerik team
Share this question
or