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

File explorer grid loading panel

1 Answer 54 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
USI
Top achievements
Rank 1
USI asked on 04 Jan 2012, 07:51 PM
Hi,

Is it possible to access the loading panel used when refreshing the file explorer grid? I want to be able to change its zindex.

Thanks in advance,
Michael Pinheiro

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 05 Jan 2012, 04:23 PM
Hi Michael,

You can use CSS to change the zIndex of the loading panel displayed over the grid part in RadFileExplorer. The ID of the loading panel's element is generated based on the explorer's ClientID and you can access it using the following approach:
<telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
<style type="text/css">
    #<%=RadFileExplorer1.ClientID%>_ajaxLoadingPanel<%=RadFileExplorer1.ClientID%>_paneTree
    {
        background: #000000 !important;
    }
</style>
</telerik:RadScriptBlock>


All the best,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
FileExplorer
Asked by
USI
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or