Provide built-in support for the following combinations:
Currently, the RadFileDialogs does not provide an API option for applying additional filtering of the already filtered files.
We could extend the filtering functionality of the RadFileDialogs control.
fileDialog.CustomPlaces.Add(@"C:\Users\<user name>\OneDrive");
Like in MS Win 32 OpenFileDialog - thumbnails with preview or details about the selected file. Check the attached images for better clarification.
Currently, showing a dialog can take 10-20 seconds when started in DEBUG mode. And 3-5 seconds RELEASE mode. Improve the loading time. A little way to speed up is to set ExpandToCurrentDirectory to False.
Currently dialogs provide only custom places pane.
Add auto-populated built-in section with well-known quick access like in the MS file dialogs.