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

start radajaxloadingpanel

1 Answer 86 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 01 Feb 2013, 10:58 AM
hi
i've this code:

<telerik:AjaxSetting AjaxControlID="Categoria">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="RadAjaxPanel1"
            LoadingPanelID="RadAjaxLoadingPanel1" />
    </UpdatedControls>
</telerik:AjaxSetting>

is possible to start loadingpanel only to code behind? load loadingpanel after checking if .. then in code behid the SelectedIndexChanged event of a radcombox?

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 04 Feb 2013, 03:06 PM
Hi Fabio,

In order to achieve the required functionality you could register a client script using ScriptManager.RegisterStartupScript method and use the client show and hide method in the client function to manipulate the RadAjaxLoadingPanel appearance. See the help topics below for more information on this matter:
http://www.telerik.com/help/aspnet-ajax/ajax-execute-custom-javascript.html
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html


Kind regards,
Maria Ilieva
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
Ajax
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or