I am using RadListBox (Binded to ObservableCollection<string>) and when I navigate through the RadListbox using up and down keys, selectedItem changes automatically. How can I disable this behaviour? I only want to change SelectedItem only by pressing Enter Key or by Mouse's LeftClick in MVVM.
1 Answer, 1 is accepted
0
George
Telerik team
answered on 17 Jul 2012, 02:37 PM
Hello Pratihbha,
Currently this behavior is hardcoded in the RadListBox control, but we will do our best to change it for the upcoming SP. You could set the RadListBox.CanKeyboardNavigationSelectItems property to False. In this way the keyboard navigation will change move the focus, but not the selection. You could track the pits item here - http://www.telerik.com/support/pits.aspx#/public/wpf/11904