Completed
Last Updated: 31 May 2019 08:37 by ADMIN
Release R2 2019 SP1 (LIB 2019.2.603)
Steve
Created on: 30 May 2019 10:20
Category: FileDialogs
Type: Bug Report
1
RadOpenFileDialog: the open folder button is disabled when only one file is selected and MultiSelect is true

To reprduce: 

RadOpenFileDialog dialog = new RadOpenFileDialog();
dialog.MultiSelect = true;

dialog.ShowDialog();

- Select one file only.

0 comments