Hello Telerik community,
First post for me here :)
I would like my diagram (placed in a userControl) to react to some events in my MDI application. (events done in other usercontrol, like clicking on a portion of a text would select the text-corresponding box in the diagram)
The problem I have is that when I set my:
//(Telerik.Windows.Controls.Diagrams.Extensions.ViewModels.ItemViewModelBase NodeViewModel;)
NodeViewModel.IsSelected =
true
;
My diagram userControl gets the focus and the user can't type text anymore.
I would like to be able to change the selected item in my diagram without changing the application focus.
Any idea to achieve that?
Thanks a lot!
- Thomas