RadControls for ASP.NET AJAX
What is new in Telerik RadFileExplorer for ASP.NET AJAX
What is new in RadFileExplorer for ASP.NET AJAX Q1 2010
Added a new PageSize property to the RadFileExplorer object
Added a new client-side property that sets the default folder name which is shown in CreateNewFolder dialog:
set_newFolderDefaultValue(newDefaultName)
get_newFolderDefaultValue()
Code check permissions no longer call ResolveDirectory. The content provider is now initialized only once per request per file explorer instance.
What is new in RadFileExplorer for ASP.NET AJAX Q3 2009 SP1
What is new in RadFileExplorer for ASP.NET AJAX Q3 2009
What is new in RadFileExplorer for ASP.NET AJAX Q2 2009 SP1
Exposed a protected method "BindExplorer" that will rebind the tree with the current ViewPaths. Useful if you want to set ViewPaths after the Load event.
Implemented copy functionality. To use it, set the EnableCopy property to true and hold Ctrl while dragging items between grid and tree.
Added a new server event (OnGridPopulating). Called when the grid data is retrieved from the content provider.
File explorer localization can now be updated (Localization.SetString(key,value))
Added three new localization strings for the grid sorting tooltips (Common_GridSortToolTip, Common_GridSortedAscToolTip, Common_GridSortedDescToolTip)
What is new in RadFileExplorer for ASP.NET AJAX Q2 2009
TreeView mode
No callback requests are executed on the first load of the control anymore (used to be 2 extra callbacks to populate respectively the grid and the treeview controls)
Support for custom grid colums with extra file info
Copy functionality when in TreeView mode
Better handling of files when doubleclicked in the grid
Keyboard navigation of grid items implemented.
Bug fixes and optimizations
What is new in RadFileExplorer for ASP.NET AJAX Q1 2009 SP2
What is new in RadFileExplorer for ASP.NET AJAX Q1 2009
Directory load on demand loading using ASP.NET 2.0 AJAX Callback mechanism
Client side and server events for file operations
Uses the FileBrowserContentProvider abstraction for hooking to any underlying file system, such as OS, database, MOSS SharePoint, MCMS
Sorting of files and folders
Context menus
Ability to delete and rename files and folders
Ability to create new folders