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

update progress for each raddcock

1 Answer 37 Views
Dock
This is a migrated thread and some comments may be shown as answers.
prayag ganoje
Top achievements
Rank 1
prayag ganoje asked on 18 Apr 2011, 01:57 AM
Hello,

I am using static as well as dynamically created RadDocks. I wish to display a nice update progress spining gear in each raddock.

I wish to get the height and width of each raddock so that spinning gear will be at center of each raddcok.

<asp:UpdateProgress runat="server" ID="PageUpdateProgress" AssociatedUpdatePanelID="up_CSMD_Average_Response_Time" >
    <ProgressTemplate>
        <div id="IMGDIV" align="center" valign="middle" runat="server" style="position: absolute;
            left: 35%; top: 25%; visibility: visible; vertical-align: middle;" >
            <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/loading.gif" ImageAlign="AbsMiddle" />
        </div>
    </ProgressTemplate>
</asp:UpdateProgress>
.Above code displayes it at the center of whole asp page. Can you please suggest the clilent side code to get the center of raddock and not the wholw page ?

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 20 Apr 2011, 04:49 PM
Hi Prayag,

I think that our RadAjaxLoadingPanel control will be suitable for your specific scenario. Here are links to some online resources:

Regards,
Pero
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Dock
Asked by
prayag ganoje
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or