We have a RadGridView with a Hierarchical RadGridView in a template.
We bind the selected item of the Hierarchical grid to an object in our ViewModel. (with PropertyChanged...).
When we change the object in our ViewModel, the expected row in de Hierarchical grid is not selected.
Is there a way to select an item in a Hierarchical grid from codebehind?.
We bind the selected item of the Hierarchical grid to an object in our ViewModel. (with PropertyChanged...).
When we change the object in our ViewModel, the expected row in de Hierarchical grid is not selected.
Is there a way to select an item in a Hierarchical grid from codebehind?.