RadFileExplorer for ASP.NET AJAX

RadControls for ASP.NET AJAX

What is new in Telerik RadFileExplorer for ASP.NET AJAX

A complete list of all changes can be found on Release History page:

http://www.telerik.com/products/aspnet-ajax/whats-new/release-history.aspx

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

  • CDN support --Starting with the Q3 Service Pack 1 release you will be able to load the control scripts and skins from the Telerik CDN

  • New Windows7 skin

What is new in RadFileExplorer for ASP.NET AJAX Q3 2009

  • Added a new property to the RadFileExplorerPopulatedEventArgs object, called ControlName that shows which control is populated

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

  • new AllowPaging property that affects the RadGrid.

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