hi
i've this code:
is possible to start loadingpanel only to code behind? load loadingpanel after checking if .. then in code behid the SelectedIndexChanged event of a radcombox?
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?