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

Adding loading panel on RadCombo SelectedIndex change

1 Answer 73 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Mona
Top achievements
Rank 1
Mona asked on 13 Oct 2011, 11:50 AM
Hello all,

I want to add loading panel on RadCombo SelectedIndex change as this Combo has AutoPostBack property TRUE, so I want to restrict the user to type on any other field while the combo posts its value back. But not getting any success. My RadCombo code is :

  <telerik:RadComboBox ID="ddlVessel" runat="server" AllowCustomText="true" AutoPostBack="true" Skin="Gray" OnSelectedIndexChanged="ddlVessel_SelectedIndexChanged"  EmptyMessage="-- Select --" 
ontextchanged="ddlVessel_TextChanged"></telerik:RadComboBox>

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Oct 2011, 12:02 PM
Hello Mona,

You can explicitly show the AjaxLoadingPanel using its client-side method Show().

Please go through the following documentation for more on this.
Show and hide loading panel explicitly.

Thanks,
Shinu.
Tags
Ajax
Asked by
Mona
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or