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

Display please wait while update

1 Answer 229 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Borislava
Top achievements
Rank 1
Borislava asked on 15 Nov 2013, 12:43 PM
inside radGrid I have form template with asp:Button for update/insert. How can I display "please wait" after user click update/insert until it;s completed

 

 

<asp:Button ID="btnUpdate" runat="server" Text='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "Insert", "Update") %>'

 

 

 

CommandName='<%# IIf((TypeOf(Container) is GridEditFormInsertItem), "PerformInsert", "Update") %>'>

 

 

 

</asp:Button>

 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Nov 2013, 12:59 PM
Hi Borislava,

You can use the  RadAjaxLoadingPanel as a progress indicator. You can also go through the following online demo which uses RadAjaxLoadingPanel.

ASPX:
<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" BackColor="AliceBlue" Direction="LeftToRight" Skin="Hay">
  Please Wait
</telerik:RadAjaxLoadingPanel>

Thanks,
Shinu


Tags
Grid
Asked by
Borislava
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or