RadFileExplorer Extensions

Thread is closed for posting
2 posts, 0 answers
  1. 9CF8C916-7BE3-4F25-BB30-0D5BB2973782
    9CF8C916-7BE3-4F25-BB30-0D5BB2973782 avatar
    468 posts
    Member since:
    Feb 2007

    Posted 28 Sep 2009 Link to this post

    Requirements

    RadControls version

    2009.2 826 (Aug 26, 2009)
    .NET version

    3.5
    Visual Studio version

    None
    programming language

    VB/C#
    browser support

    all browsers supported by RadControls


    PROJECT DESCRIPTION
    This project shows how to extend the RadFileExplorer with the following features:

    1. Show picture thumbnails in the Grid for .jpg, .gif and .png pictures
    Two custom columns are added to the Grid with the new OnExplorerPopulated event.
    The thumbnails are created with ImageQuantization. They are not cached because a lot of changes are made on these pictures in our system. Of course a thumbnailer with caching could be added. Horizontal lines are added in the Grid to get a better overview of the files.

    2. Server unzip functionality
    Upload your ZIP files and unzip them serverside.

    Any queries to my address info@fit2page.nl please
  2. 93662917-1E03-49EC-9286-033C9D1BF79E
    93662917-1E03-49EC-9286-033C9D1BF79E avatar
    1406 posts
    Member since:
    May 2014

    Posted 28 Sep 2009 Link to this post

    Hi Marc,

    Thank you for the project - I am sure that it will be helpful for the other members of our community.
    I removed the Telerik.Web.UI.DLL file from the project and made some small changes in the ResolveDirectory, ResolveDirectoryAsTree methods in the provider and the Functies.FormatThumbnail function in the Functions.vb file.
     
    Your points were updated.

    Greetings,
    Fiko
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Back to Top

This Code Library is part of the product documentation and subject to the respective product license agreement.