Hi,
What is the equivalent of the Microsoft SaveDialog control in Infragistics, I have looked at the example (Browsing the File System with WinNavigationBar) in your online documentation. Is there anything else I can look at, also how do I enter the file name in this case.
Thanks, Jayson
Hello ,
Currently we do not provide an equivalent of Microsoft SaveFileDialog and OpenFileDialog. As far as I understand you are pointing “Infragistics File Explorer ” sample. If you want to enter a path to a folder in order to navigate to this folder you should enter a path like “C:\Program Files (x86)\Infragistics\NetAdvantage 2011.2\Windows Forms\Dictionaries” into the NavigationBar.
Please let me know if you have any further questions or i am missing something
Hi Hristo,
I want to be able to enter a name for the file to Save, same as in MS SaveDialog. Is that possible using a Navigation bar?
Hello,
I am just checking about the progress of this issue. Let me know If you need my further assistance on this issue?
Thank you for using Infragistics Components.
Microsoft SaveFileDilaog has a field “File Name”, where the user should type the name of the file, which will be saved or if the customer select an existing file from the ListView, the “File Name” field is filling automatically. Please see attached screenshot.
UltraNavigationBar is designed to be used only for navigation to the desired file location. So if you want to mimic Microsoft SaveFileDilaog, you could use Infragistics File Explorer sample, but you should add a field for File Name, where the customer should enters the name of the file which he wants to save.
Please let me know if you have any further questions or I am missing something.