To reprduce:
RadOpenFileDialog dialog = new RadOpenFileDialog();dialog.MultiSelect = true;dialog.ShowDialog();
- Select one file only.