kstanoev
2/25/2015 - 10:45 AM

Selection using the Telerik ListView for Windows Store Apps

Selection using the Telerik ListView for Windows Store Apps

// SelectionMode can be set to None, Single or Multiple
listView.SelectionMode = DataControlsSelectionMode.Multiple;