I'm using RadListBox with binding ItemsSource to CollectionViewSource and switched off IsSynchronizedWithCurrentItem...
And it's nessesary to give option select all within keyboard manipulation.
What can you suggest in this case?
With regards, Anatoliy
1 Answer, 1 is accepted
0
Nasko
Telerik team
answered on 07 Sep 2016, 10:36 AM
Hello Anatoliy,
In order to select all the items in RadListBox using the keyboard you could use the following KeyBinding that executes the SelectAllCommand of the control: