Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FileExplorer > File explorer grid loading panel

Not answered File explorer grid loading panel

Feed from this thread
  • USI avatar

    Posted on Jan 4, 2012 (permalink)

    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

    Reply

  • Dobromir Dobromir admin's avatar

    Posted on Jan 5, 2012 (permalink)

    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

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > FileExplorer > File explorer grid loading panel
Related resources for "File explorer grid loading panel"

ASP.NET FileExplorer Features  |  Documentation  |  Demos  |  Telerik TV  |  Self-Paced Trainer  |  Step-by-step Tutorial  ]