Hi!
I'm using the RadTreeView and the RadGridView control to make a Windows Explorator style funcionality. On the left side of the screen side I have a RadTreeView and on the right I have a RadGridView control.
What I need to do is when I click on a node (whether it's on the plus sign or the title of the node!) is expand the node one step down and at the same time display records from a table which are the children of the node clicked. See the Windows Explorator to visually see what I'm mean.
I also want to collapse all of the expanded nodes when i click on a node to expand. For example if I have 4 expanded nodes and I click on another node on the same level that is not yet expanded, I want the rest of the expanded nodes to collapse. Just like in the Windows Explorator tree.
Keep in mind that at the same time I want the radgridview to show the children of the clicked node...so there is a postback.
I tried to look for some methods that I could use but I'm new to the telerik controls so I would really apprieciate any help. Thanks.
I'm using the RadTreeView and the RadGridView control to make a Windows Explorator style funcionality. On the left side of the screen side I have a RadTreeView and on the right I have a RadGridView control.
What I need to do is when I click on a node (whether it's on the plus sign or the title of the node!) is expand the node one step down and at the same time display records from a table which are the children of the node clicked. See the Windows Explorator to visually see what I'm mean.
I also want to collapse all of the expanded nodes when i click on a node to expand. For example if I have 4 expanded nodes and I click on another node on the same level that is not yet expanded, I want the rest of the expanded nodes to collapse. Just like in the Windows Explorator tree.
Keep in mind that at the same time I want the radgridview to show the children of the clicked node...so there is a postback.
I tried to look for some methods that I could use but I'm new to the telerik controls so I would really apprieciate any help. Thanks.