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

Get Child Items of a Parent

0 Answers 105 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
Sharada
Top achievements
Rank 1
Sharada asked on 30 Dec 2010, 02:59 PM
Hi ,

How I can get the all Child Items of a Parent.

we are able to find the parent RadTreeListViewRow but could not find child row.

we tried below code but it is not working for us. 
  <>var Child = ((currentControl as Telerik.Windows.Controls.TreeListView.TreeListViewRow).ParentRow as Telerik.Windows.Controls.TreeListView.TreeListViewRow).ChildrenOfType<TreeListViewRow>();


Please suggest how to find all child row given a parent.

No answers yet. Maybe you can help?

Tags
TreeListView
Asked by
Sharada
Top achievements
Rank 1
Share this question
or