On the RadListBox Control, can all items be programmatically selected in xaml or code-behind. And also, can all items be unselected programmatically in xaml or code-behind?
1 Answer, 1 is accepted
0
Vladi
Telerik team
answered on 30 Jul 2012, 01:58 PM
Hi Edward,
In order to select all of the ListBox control items you should use the SelectAllCommand command in the Loaded event of the control. the next code snippet represents the described approach: