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

maintainScrollPositionOnPostBack

1 Answer 149 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
mathieu cupryk
Top achievements
Rank 1
mathieu cupryk asked on 02 Jun 2010, 07:42 PM

I have a problem in my control to maintain scroll on postback.

 

<%

--<pages maintainScrollPositionOnPostBack="true" validateRequest="false" enableEventValidation="false" viewStateEncryptionMode="Never" enableViewStateMac="false" ></pages>

 

--

 

%>

 

 

<telerik:RadPageView ID="RadPageView5" runat="server">  
                <telerik:RadAjaxPanel ID="RadAjaxPanel5" runat="server">  
                    <telerik:RadPanelBar ID="RadPanelBar5" runat="server" Skin="WebBlue" Width="100%">  
                        <Items> 
                            <telerik:RadPanelItem runat="server" Text="UPLOAD MY IMAGES" Font-Bold="true" Expanded="true">  
                                <Items> 
                                    <telerik:RadPanelItem Value="ProfilePics" runat="server">  
                                        <ItemTemplate> 
                                            <div class="accordionContent" style="display: block;">  
                                                <div class="boxContent">  
                                                    <div style="padding-left: 15px; padding-right: 15px;">  
                                                        <div class="c_left">  
                                                     ==>       <uc8:ctrlFileUpload id="ctrlFileUpload" runat="server" /> 
                                                            <%-- <uc8:ctrlUserProfile ID="ctrlUserProfilePics" runat="server" />--%> 
                                                        </div> 
                                                    </div> 
                                                    <div class="clear">  
                                                    </div> 
                                                </div> 
                                            </div> 
                                        </ItemTemplate> 
                                    </telerik:RadPanelItem> 
                                </Items> 
                            </telerik:RadPanelItem> 
                        </Items> 
                    </telerik:RadPanelBar> 
                </telerik:RadAjaxPanel> 
            </telerik:RadPageView> 
        </telerik:RadMultiPage> 

1 Answer, 1 is accepted

Sort by
0
Nikolay Tsenkov
Telerik team
answered on 07 Jun 2010, 02:36 PM
Hi mathieu ,

Please post some code, ready to test & reproducing the issue, because I couldn't reproduce the problem you have with the provided markup!

Thanks!

Regards,
Nikolay Tsenkov
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
PanelBar
Asked by
mathieu cupryk
Top achievements
Rank 1
Answers by
Nikolay Tsenkov
Telerik team
Share this question
or