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

how to hide or unhide RadSlidingZone

1 Answer 67 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Reyaz
Top achievements
Rank 1
Reyaz asked on 05 Sep 2011, 08:47 AM
Hi,

I am using RadSlidingZone and RadSlidingPane which is on master page.

on record selector content place holder there is grid and clicking on grid row, the details fields get populate on other place holder area. and selector get hide which is correct scenario.

Now when doing paging, sorting or filtering it also hide the selector area. which is nor correct.

Please suggest how to stop it on this condition.

Regards,
Reyaz




    <asp:Panel ID="pnlMainUsers" runat="server">
        <telerik:RadSplitter ID="rSplManageUsers" runat="server" Height="100%" Width="100%"
            Orientation="Horizontal">
            <telerik:RadPane ID="rPanManageUsers" runat="server" Height="100%" Width="100%" Scrolling="Y">
                <telerik:RadSplitter ID="rSplUsers" runat="server" Width="100%" Height="100%">
                    <telerik:RadPane ID="rPanUserSelector" runat="server" Width="22px" Height="100%"
                        Scrolling="Both">
                        <div id="dvDockZone" runat="server" style="width: 28px; left: 0px;">
                            <telerik:RadSlidingZone ID="RecSelectSlidingZone" runat="server" Height="100%" Width="22"
                                ExpandedPaneId="RecSelectPane" ClickToOpen="true">
                                <telerik:RadSlidingPane ID="RecSelectPane" EnableDock="false" runat="server" Width="650"
                                    MinWidth="180" Title="Select">
                                    <asp:ContentPlaceHolder ID="recordselector" runat="server">
                                    </asp:ContentPlaceHolder>
                                </telerik:RadSlidingPane>
                            </telerik:RadSlidingZone>
                        </div>
                    </telerik:RadPane>
                    <telerik:RadPane ID="rPanUserDetails" runat="server" Width="100%">
                        <asp:ContentPlaceHolder ID="details" runat="server">
                        </asp:ContentPlaceHolder>
                    </telerik:RadPane>
                </telerik:RadSplitter>
            </telerik:RadPane>
        </telerik:RadSplitter>
    </asp:Panel>

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 07 Sep 2011, 11:06 AM
Hi Reyaz,

If I understand your scenario correctly, you are manually (programmatically) closing the sliding pane when clicking on row in the grid, and this is also triggered when a any grid command is executed. If this is the case we will need to examine the custom code that provides this functionality. Could you please open a formal support ticket and provide a sample fully runnable project reproducing the issue? 

If this is not the case, could you please describe in more details the exact scenario?

All the best,
Dobromir
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Splitter
Asked by
Reyaz
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or