This is a migrated thread and some comments may be shown as answers.

Lightweight Rendering

3 Answers 79 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Kjell
Top achievements
Rank 1
Iron
Kjell asked on 20 Feb 2015, 01:57 PM
Different design depending if I used Lightweight Rendering or Classic Rendering.
Different icons and padding in the tree is incorrect....
I use Skin="Office2010Blue" in both images

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 25 Feb 2015, 12:33 PM
Hi Kjell,

This is a known issue related with our TreeView controls and it has been already planned for improvement. For the time being you can fix it by using the following CSS styles for the Lightweight rendering:
<style>
    html .RadFileExplorer .RadTreeView .rtPlus,
    html .RadFileExplorer .RadTreeView .rtMinus {
        border: 0;
        background: none;
        left: 0.65em;
        top: 0.65em;
    }
    html .RadFileExplorer .RadTreeView .rtPlus:before {
        content: "\25B6";
        font-size: 0.75em;
    }
    html .RadFileExplorer .RadTreeView .rtMinus:before {
        content: "\25BC";
        font-size: 1em;
    }
</style>

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Henrik
Top achievements
Rank 2
answered on 22 Sep 2015, 07:50 PM
There are quite a few issue fith this control in lightweight mode..

Will it be properly supported in the next release?
0
Vessy
Telerik team
answered on 23 Sep 2015, 05:06 PM
Hi Henrik,

Yes, the properly working light weight render mode of FileExplorer is already implemented and it will be included in our up-coming 2015 Q3 release (scheduled for the end of September). Please, feel free to test it thoroughly and report to us any issues in the newly implemented mode you find during this process.

Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
FileExplorer
Asked by
Kjell
Top achievements
Rank 1
Iron
Answers by
Vessy
Telerik team
Henrik
Top achievements
Rank 2
Share this question
or