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.
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
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?
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
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.
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)
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...
Adding Response.Cache.SetCacheability(HttpCacheability.NoCache) does not fix the issue. Do you have any recommendation?
Thanks...
0
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.
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.