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

[Solved] Problem with back button

5 Answers 244 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Kairm
Top achievements
Rank 1
Kairm asked on 31 Aug 2008, 04:46 PM
I have a web page with RadTreeView control in , the control is using checkbox for each item.
The user is required to check some item before submitting, after submittion , if the user uses the IE back button he founds the desired items checked however, when he re-submits. the items is not send as the control is not checked the control is displaying it as checked however , it doesn't refer to items as checked.


5 Answers, 1 is accepted

Sort by
0
Ken
Top achievements
Rank 1
answered on 25 Jan 2009, 05:42 PM
I am having the same problem.  I have a tree view that represents a document.  The user checks the check boxes next to the sections/sub-sections that he is interested in, and then can add the sections to his cart.

If the user clicks the back button from the cart to make changes, the check boxes still appear checked on the screen, but don't register as checked when resubmitting.

I need to get this resolved.  Does anyone know the cause of this problem or how to solve it?




0
Yana
Telerik team
answered on 27 Jan 2009, 12:39 PM
Hi Ken,

Unfortunately this is a browser limitation and couldn't be resolved.

All the best,
Yana
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
T
Top achievements
Rank 1
answered on 23 Mar 2009, 02:18 PM
Hi Ken,

add the following code within your page events (e.g. Page_Load)

Response.Cache.SetCacheability(

HttpCacheability.NoCache);

Cheers,

Thomas

 

0
Kalpesh
Top achievements
Rank 1
answered on 03 Feb 2010, 10:30 PM
Hi Thomas,
Adding Response.Cache.SetCacheability(HttpCacheability.NoCache) does not fix the issue. Do you have any recommendation?

Thanks...
0
Veselin Vasilev
Telerik team
answered on 04 Feb 2010, 12:48 PM
Hello Kalpesh,

A similar problem and a solution is available in this forum post:
Select-Unselect Child node


Greetings,
Veskoni
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
TreeView
Asked by
Kairm
Top achievements
Rank 1
Answers by
Ken
Top achievements
Rank 1
Yana
Telerik team
T
Top achievements
Rank 1
Kalpesh
Top achievements
Rank 1
Veselin Vasilev
Telerik team
Share this question
or