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

loading panel in scrollable splitter pane

1 Answer 46 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 24 Mar 2010, 09:52 PM
I have a splitter pane which contains a loading pane and ajaxified asp.net panel. The panel contains some length content. I want the loading panel to cover the asp.net panel when an ajax update occurs. This works, but the loading panel appears to display outside of the splitter pane. (it extends below the bottom edge of the splitter pane) My markup is as follows:

<telerik:RadSplitter ID="rsReport"   
                                                                runat="server"   
                                                                Width="100%" 
                                                                Height="100%" 
                                                                Orientation="Horizontal"   
                                                                ResizeWithParentPane="False"   
                                                                ResizeWithBrowserWindow="True" 
                                                                BorderSize="0" 
                                                                VisibleDuringInit="False" 
                                                                Skin="Windows7"   
                                                                HeightOffset="8" 
                                                                 >   
                                                                     
                                                <telerik:radpane runat="server" id="rtbPane" Scrolling="None" Width="100%" Height="32" Locked="True">  
                                                    toolbar which initiates ajax updates of pnlReport                                                </telerik:radpane> 
                                                <telerik:radpane runat="server" id="rcPane" Scrolling="both" Width="100%" Height="100%"   
                                                    <telerik:RadAjaxLoadingPanel id="lpReport" Runat="server" Transparency="8" BackColor="#DFE9F5"><asp:Image id="Image340" runat="server" AlternateText="Loading..." BorderWidth="0px" ImageUrl="~/global/images/loading2.gif" style="margin-top:200px;"></asp:Image></telerik:RadAjaxLoadingPanel> 
                                                    <asp:Panel id="pnlReport" runat="Server" style="padding:4px;">  
                                                        my lengthy content                                                    </asp:Panel> 
                                                </telerik:radpane> 
                                            </telerik:RadSplitter>  

Anyone know how to keep the loading panel contained within the splitter pane?

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 25 Mar 2010, 08:52 AM
Hello Albert,

Please refer to my answer of your relevant support ticket. Generally, if you post a forum thread and a support ticket about the same thing, we recommend that you notify about this at both places, or at least in the support thread. Thank you.

All the best,
Dimo
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Dimo
Telerik team
Share this question
or