This question is locked. New answers and comments are not allowed.
I have multiple RadListBoxes with selection mode set to extended. They work as expected in Windows browsers (IE, Chrome), but only have half-functionality when viewed on an OS X machine (Safari), as in: Shift+Click still works to select a range, but Command+Click does not add individual items to the selection.
I have a RadGridView on the same xaml page that works exactly as expected, so I'm assuming there's a problem with the ListBox not recognizing the Command key modifier?
I have a RadGridView on the same xaml page that works exactly as expected, so I'm assuming there's a problem with the ListBox not recognizing the Command key modifier?