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

radajaxpanel updater image

1 Answer 23 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 1
Kevin asked on 01 May 2013, 01:53 PM
I am finally starting to use the telerik ajax panels instead of asp.  I noticed that they took out the image per one article i found after qtr 2009 and so I am trying to load an updater image into the panels so people can see something is happening but i cant find where to load it.  I loaded backimages but this changes the whole background and not an image updater.  Where do i change this??

<telerik:RadAjaxLoadingPanel ID="RadLoadPanel" runat="server" Direction="RightToLeft" BackgroundPosition="Center"></telerik:RadAjaxLoadingPanel>
       <telerik:RadAjaxPanel ID="radUpdate" runat="server" LoadingPanelID="RadLoadPanel"  >
             <table class="RecruiterGrid">
                 <tr>
                     <td>
                         <telerik:RadComboBox ID="ddlRadTeam" runat="server" Width="120px" BackColor="White" ForeColor="Black" EmptyMessage="Pick Region" WebServiceSettings-Method="test"></telerik:RadComboBox>
                         <telerik:RadGrid ID="myRadGrid" runat="server" Width="100%" Skin="Web20">


1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 06 May 2013, 10:06 AM
Hello Kevin,

Thank you for contacting us.

You can check out the following example for modifying the loading image:
http://demos.telerik.com/aspnet-ajax/ajax/examples/loadingpanel/transparency/defaultcs.aspx

Hope this helps. Please give it a try and let me know if it works for you.

Kind regards,
Eyup
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
Kevin
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or