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

RadTreeView , Checked Property Returns False caused by Browser back button

1 Answer 47 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Riade
Top achievements
Rank 1
Riade asked on 27 Jul 2012, 04:12 PM
I have problem with the checked property , it returns false even it 's checked

The issue occurs only if going to another page then clicking on the browser back button.

And what's abnormal, is that only the first checked node returns false, the remaining checked nodes return true
source Code

 

 

<telerik:RadTreeView ID="tvwCSI" runat="server" BorderColor="Silver" BorderStyle="Solid"

 

 

 

CssClass="box" CheckBoxes="True" DataTextField="Description" DataValueField="ID"

 

 

 

Height="250" Skin="Hay" Width="300px">

 

 

 

<CollapseAnimation Duration="1" Type="OutQuint" />

 

 

 

<ExpandAnimation Duration="1" />

 

 

 

</telerik:RadTreeView>

 



Any hint


Riade

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 01 Aug 2012, 09:57 AM
Hi Riade,

 
You can refer to this Code Library and save the checked state of the nodes in a similar way as it is done with the expanded state.

Hope this will help you.

All the best,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
TreeView
Asked by
Riade
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or