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

Drop down tree root node check box

1 Answer 36 Views
DropDownTree
This is a migrated thread and some comments may be shown as answers.
NA
Top achievements
Rank 1
NA asked on 01 Mar 2014, 02:01 PM
Drop down tree  with check box when i single click (root / child node ) AutoPostBack the  drop down tree in code behind (mostly problem in the root node check box check page load more time is taken)

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 03 Mar 2014, 03:21 AM
Hi,

Please try to set the AutoPostBack property of RadDropDownTree to false, by default its value is false. Please have a look into the following code snippet which works fine at my end.

ASPX:
<telerik:RadDropDownTree ID="RadDropDownTree1" runat="server" CheckBoxes="SingleCheck" AutoPostBack="false" DataFieldID="id" DataFieldParentID="parentid" DataTextField="text" DataSourceID="SqlDataSource1">
</telerik:RadDropDownTree>

Please elaborate your requirement if it doesn't help.
Thanks,
Shinu.
Tags
DropDownTree
Asked by
NA
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or