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

AjaxLoadPanel doesn't work????

1 Answer 59 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Moahmmed
Top achievements
Rank 1
Moahmmed asked on 26 Jul 2010, 05:05 PM
Hi Friends:
I had AjaxLoadPanel placed in custom control and i want to display the load panel when radGrid in update mode , but when i test this control the ajaxloadpanel doesn't appear .
Is There anyone can help me to find solution? 

I will post the code for user control :

<telerik:RadAjaxManager ID="allowanceUpdate" runat="server" DefaultLoadingPanelID="allowanceLoadPanel"
    EnableAJAX="true">
    <AjaxSettings>
        <telerik:AjaxSetting AjaxControlID="filterCtrl" EventName="FilterData" >
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="allowanceList" LoadingPanelID="allowanceLoadPanel" />
            </UpdatedControls>
        </telerik:AjaxSetting>
        <telerik:AjaxSetting AjaxControlID="addAllowance" EventName="RefreshAllowance">
            <UpdatedControls>
                <telerik:AjaxUpdatedControl ControlID="allowanceList" LoadingPanelID="allowanceLoadPanel" />
            </UpdatedControls>
        </telerik:AjaxSetting>
    </AjaxSettings>
</telerik:RadAjaxManager>
<telerik:RadAjaxLoadingPanel runat="server" ID="allowanceLoadPanel" Skin="Web20"
    EnableEmbeddedSkins="false" EnableAjaxSkinRendering="true" HorizontalAlign="Center">
</telerik:RadAjaxLoadingPanel>

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 27 Jul 2010, 05:58 PM
Hi Moahmmed,

You need EnableEmbeddedSkins="true" for the ajax panel control.

Greetings,
Tsvetoslav
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
Ajax
Asked by
Moahmmed
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or