Hello,
I have a Hierarchy RadGridView that works fine.
But there are 2 things I can'y achieve :
1. There can't be more than one row selected => if for example a user selects a row in the child Grid, no other row in the parent Grid must be selected. The same if the user selects a row in the parent Grid....
2. I want to retrieve the ID of the selected Row. It works if the user selects a row in the parent Grid, but not if the user selectd a row in th child Grid. In the SelectionChanged event, I cast e to GridViewDataControl, to be able to test ParentRow, but it's not working...
Thanks a lot for your help.
Xavier
I have a Hierarchy RadGridView that works fine.
But there are 2 things I can'y achieve :
1. There can't be more than one row selected => if for example a user selects a row in the child Grid, no other row in the parent Grid must be selected. The same if the user selects a row in the parent Grid....
2. I want to retrieve the ID of the selected Row. It works if the user selects a row in the parent Grid, but not if the user selectd a row in th child Grid. In the SelectionChanged event, I cast e to GridViewDataControl, to be able to test ParentRow, but it's not working...
Thanks a lot for your help.
Xavier