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

FileExplorer CSS

2 Answers 64 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Justin
Top achievements
Rank 1
Justin asked on 24 Feb 2015, 09:21 PM
I have a rather complex set of CSS that is causing issues with the FileExplorer control. Is there documentation anywhere that describes how to format the control through CSS? I can find documentation about skins but not CSS.

I attached what the control looks like when my CSS is added.

2 Answers, 1 is accepted

Sort by
0
Justin
Top achievements
Rank 1
answered on 24 Feb 2015, 10:22 PM
I fixed my issue by removing unneeded table CSS.

table {
    margin-bottom:1.4em;width:100%;
}
th {
    font-weight:bold;
}
th, td, caption {
    background-color: #cccccc;padding:4px 10px 4px 5px;
}

0
Accepted
Vessy
Telerik team
answered on 25 Feb 2015, 08:07 AM
Hi Justin,

I am glad you have managed to resolve the issue on your own. As our controls are built with standard HTML elements, all CSS styles set through global selectors will be applied to them changing there designed look. This is why it is strongly recommended then using HTML based third party controls to make sure that all styles on the page are using specific selector containing classes and IDs.

Let us know if any further assistance on this matter is needed.

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.

 
Tags
FileExplorer
Asked by
Justin
Top achievements
Rank 1
Answers by
Justin
Top achievements
Rank 1
Vessy
Telerik team
Share this question
or