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

RadTree View Node click event is not firing

2 Answers 112 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
BRK
Top achievements
Rank 1
BRK asked on 01 Mar 2011, 07:31 AM
Hi everybody,
 Hard coded the Treeview in  TreeviewBinding() Event. And we used the control in this way.
 For this there is a master Page and the Treeview code we kept in child page.


<telerik:RadTreeView ID="supview" runat="server" DataFieldID="child_id" DataFieldParentID="parent_id" CheckBoxes="true" >
          <DataBindings>
                    <telerik:RadTreeNodeBinding  Enabled="true"  />
                  </DataBindings>
                  
                  
          </telerik:RadTreeView>

Help me that I activate the events.
Thanking you

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 01 Mar 2011, 10:28 AM
Hello,


I hope the following links would be of help in databinding the TreeView.
Data Binding Overview
TreeView / Programmatic Data Binding


-Shinu.
0
BRK
Top achievements
Rank 1
answered on 16 Mar 2011, 05:36 AM
Hi Shinu,

Still the nodes are getting activated. I have a project which contains a Master Page in that I am using the radTreeview coding link you have gave me. What else may be problem, is Please guide me

Thanks 
Tags
TreeView
Asked by
BRK
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
BRK
Top achievements
Rank 1
Share this question
or