
Here i am having Root element as One If i select that i would like to make the first row of data grid view as selected. Like that if i select Child node i would like to make the 2nd row as selectable can any one help me

Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hemant KumarPosted Oct 20, 2011, 5:37 AM
Based on my understanding i found this
1) you need to map the nodes to corresponding datagrid rows
2) handle node click event and find corresponding row by id and select it