SaveFileDialog does not open overwrite confirmation message box if the file name is typed with the default extension at the end. For example, you have "empty.txt" file on the desktop. You open SaveFileDialog, type empty, select TXT extension on the filters list on the bottom. Remove the .txt from the file name (if it is there) and press Save. Expected: Confirmation window for overwriting the file should be opened. Actual: No confirmation window opens.
Add localization support for RadFileDialogs.
An exception is thrown when the ShowNetworkLocations property is set to false.
System.ArgumentNullException: Value cannot be null. (Parameter 'value') at System.String.StartsWith(String value) at Telerik.Windows.Controls.FileDialogs.Helpers.PathHelper.CapitalizeNetworkPath(String path) at Telerik.Windows.Controls.FileDialogs.ExplorerControl.BringItemIntoView(DirectoryBaseWrapper itemToBring) at Telerik.Windows.Controls.FileDialogs.ExplorerControl.BringCurrentDirIntoView() at Telerik.Windows.Controls.FileDialogs.ExplorerControl.MainNavigationPaneLoaded(Object sender, RoutedEventArgs e)