This question is locked. New answers and comments are not allowed.
I'm getting a strange thing - I have a hierarchical grid, if the grid has 1 parent, and multiple children, if you click on one of the children the SelectedItem returns Nothing, and SelectedItems.Count = 0. If you click on the parent, it returns the selected item correctly. If you click on a child in grid that has multiple parents, it seems to return the selected item fine too. So it seems like it doesn't return children in the grid if there is only a single parent. Anyone know of a workaround?
Thanks.
Thanks.