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

RadAjaxLoadingPanel - MetroTouch skin issue

2 Answers 129 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Vijaianand
Top achievements
Rank 1
Vijaianand asked on 17 Oct 2013, 08:57 PM
I am using ajaxloadingpanel with Metrotouch skin. It is not refreshing properly. It just show full blue when it does the ajax. I tried transperency, interval but still not doing the dot dot dot running icon in the middle which is suppose to and does rarely sometimes. See attached screenshots. When click on grouping buttons or edit
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" DefaultLoadingPanelID="RadAjaxLoadingPanel1">
            <AjaxSettings>
                <telerik:AjaxSetting AjaxControlID="RadGrid1">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadGrid1"></telerik:AjaxUpdatedControl>
                    </UpdatedControls>
                </telerik:AjaxSetting>
                <telerik:AjaxSetting AjaxControlID="RadGrid2">
                    <UpdatedControls>
                        <telerik:AjaxUpdatedControl ControlID="RadGrid2"></telerik:AjaxUpdatedControl>
                    </UpdatedControls>
                </telerik:AjaxSetting>
            </AjaxSettings>
        </telerik:RadAjaxManager>
 
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Metro" Transparency="100">
        </telerik:RadAjaxLoadingPanel
, this is what happens. What may the issue? Added code as well.

2 Answers, 1 is accepted

Sort by
0
Deyan Enchev
Telerik team
answered on 22 Oct 2013, 01:26 PM

Hi,

I have indicated one potential area in the provided markup that might cause this behavior.

Have in mind that setting Transparency to 100 means that the loading panel will not be seen as it will be fully transparent. The default value of the Transparency property is 0, which means the loading panel is absolutely visible. You can take a look at our online demo for Ajax – Templates and Transparency.


In addition I have attached a sample project in which I tried to replicate the issue reported. Could you try reproducing the issue using this project? In case you succeed send us the exact detailed steps on how to replicate this at our site.

Regards,
Deyan Enchev
Telerik
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 the blog feed now.
0
Vijaianand
Top achievements
Rank 1
answered on 28 Oct 2013, 08:42 PM
I rearranged the ajax loading panel and ajax manager outside of the panel which needs to be refreshed and now shows up the loadingpanel properly. 

THanks for the help.
Tags
Ajax
Asked by
Vijaianand
Top achievements
Rank 1
Answers by
Deyan Enchev
Telerik team
Vijaianand
Top achievements
Rank 1
Share this question
or