Roman Resh (DevExpress)
06.16.2011
-
i can not select a file on my server with a aspxFilemanager and a button, please help me
-
Hello Jamaluddin,
This ticket is devoted to the implementation of a new feature in ASPxFilemanager. If you encounter an issue with current control behavior, would you please create a separate ticket and describe the issue in detail there? Your cooperation is appreciated.
-
Hi Team,
is this features really in the "TO-DO" list?
Is there any other way to obtain the same issue?Roberto
-
-
Hello Roberto,
When we do not have plans to implement a feature, we say that. This feature request is not declined. I assure you that it's on our To-Do list. Unfortunately, I cannot provide you with a particular time frame when it will be implemented.
Implementation of this feature is rather complex. So unfortunately, I cannot provide you with a temporary workaround.
You must
log in
or
register
to leave comments
1 Solution
Implemented:
- v2013 vol 1.4 : Download official update
Additional information:
Now the ASPxFileManager.SelectedFiles and ASPxFileManager.SelectedFile properties have setters (they are no longer read only).
A folder can not be selected on the server side. Use the ASPxFileManager.Settings.InitialFolder property instead.
The following client-side members have been implemented:
- The ASPxClientFileManager.GetItems() method - returns all files on a page.
- The ASPxClientFileManager.SetCurrentFolderPath(string path, onCallback) method - sets the active folder.
- The ASPxClientFileManagerFile.SetSelected(bool selected) method - allows you to select/unselect a file.
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.