We are using Prism 4.0 and MVVM pattern
When we try to work with Enter key on RadTreeView Item, it does not invoke the ItemOpenCommand.
Below code doesn't register ItemOpenCommand command
When we try to work with Enter key on RadTreeView Item, it does not invoke the ItemOpenCommand.
Below code doesn't register ItemOpenCommand command
<
TelerikPresentation:RadTreeView.InputBindings
>
<
KeyBinding
Key
=
"Enter"
Command
=
"{Binding ItemOpenCommand}"
CommandParameter
=
"{Binding SelectedItem, ElementName=tvMessageSectors}"
/>
</
TelerikPresentation:RadTreeView.InputBindings
>