This is a migrated thread and some comments may be shown as answers.

Non-Modal FileDialogs

3 Answers 220 Views
FileDialogs
This is a migrated thread and some comments may be shown as answers.
Wetzorke
Top achievements
Rank 1
Wetzorke asked on 22 Sep 2017, 07:46 AM

To me it is great news reading about the RadFileDialogs where I can apply a custom theme! This is a feature I absolutely require for the product I am developing!

However, are there non-modal versions of RadOpenFileDialogRadOpenFolderDialog and RadSaveFileDialog?

I do not want to block my Application/MainWindow (e.g. with a modal dialog box) at any time, but rather nest the RadFileDialogs within RadDocking.

3 Answers, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 25 Sep 2017, 12:20 PM
Hello Bernd,

Thank you for your kind words first.

Currently we do not support opening the RadFile/Folder dialogs in non-modal way. We can log this as a feature request. However, before proceeding with this, we would like to know more about your scenario. For example, since you need to put the dialog in Docking, do you need the close/minimize buttons at all ? If no, haw does this sound to you - we can log a feature request for using the content of the File Dialogs as a standalone controls. Currently you can consider the OpenFileDialog as a RadWindow whose content is an 'ExplorerControl' which includes all the stuff that you actually need - BreadCrumb, NavigationTree, MainPanel, SearchPanel, Ok / Cancel buttons. Do you think standalone usage of this control (without creating an OpenFileDialog instance) + overriding the OK/Cancel commands will match your requirements completely ?

Thank you in advance for your feedback.

Regards,
Petar Mladenov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Wetzorke
Top achievements
Rank 1
answered on 29 Sep 2017, 10:58 AM

Sounds absolutely perfect.

No, I do not need the close/minimize buttons at all, since Ok / Cancel buttons are totally sufficient.

In best case I could attach an ICommand to the OK- and CANCEL-Events.

Thank you for your proposal for solution!

I am looking forward to theming and using the FileDialogs as standalone Controls.

0
Petar Mladenov
Telerik team
answered on 03 Oct 2017, 08:06 AM
Hi Bernd,

We logged a feature request in our feedback portal where you can subscribe for future notifications.

FileDialogs: Make the ExplorerControl usage as standalone control possible.
To bold this again, currently you cannot use this ExplorerControl or its subparts as standalone controls with standalone commands (Open / Save / Cancel / etc.). The only way to simulate somehow such usage is to apply style to RadWindow that removes borders / close / maximize buttons etc.

Regards,
Petar Mladenov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
FileDialogs
Asked by
Wetzorke
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Wetzorke
Top achievements
Rank 1
Share this question
or