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

Problem in Getting the childnodes without expand

0 Answers 17 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
chithuraj
Top achievements
Rank 1
chithuraj asked on 29 Jul 2009, 02:01 PM
Hi,
 i am tried to read all the nodes on button click event. But when i expand all the nodes in a tree and click button , i am
able to read all the nodes which have expanded. But i cant read the vales with  out expanding any of the values.

Here is my code...http:///
protected void btnBnext_Click(object sender, EventArgs e) 
    { 
        RadTreeView1.ExpandAllNodes(); 
         
        foreach (RadTreeNode NodeToExpand in RadTreeView1.GetAllNodes()) 
        { 
             
            //# region Fields 
            //StringBuilder strBldr = new StringBuilder(); 
            //# endregion 
            //strBldr.Append("<root>"); 
            //strBldr.Append("</root>"); 
        } 
     
       
    } 
Plz help me!!

Regards!
chithuraj.j

No answers yet. Maybe you can help?

Tags
TreeView
Asked by
chithuraj
Top achievements
Rank 1
Share this question
or