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

RadDock ASP.Net Ajax - Clientside

0 Answers 18 Views
Development (API, general questions)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Krishna
Top achievements
Rank 1
Krishna asked on 12 Jan 2018, 04:46 PM

I have a RadDock as below:

Step 1: On Screen load, drap RadZone1 > RadDoc1 into RadZone2.

Step 2: Click on (x) close button of RadDoc1, then it should go back to RadZone1 (or Parent zone).

Is this possible. Please let me know or anybody help me here.

<telerik:RadDockLayout runat="server" ID="RadDockLayout1">
            <table>
                <tr>
                    <td style="vertical-align: top">
                        <telerik:RadDockZone ID="RadDockZone1" runat="server" Orientation="Vertical" Width="300px" Height="30px">
                            <telerik:RadDock RenderMode="Auto" ID="RadDock1" runat="server" Title="Documents Review" Width="20%" EnableAnimation="true"
                                EnableRoundedCorners="true" Resizable="true"
                                OnClientDragStart="Collapse" OnClientDragEnd="Expand" CssClass="higherZIndex">
                                <ContentTemplate>
                                    <uc2:BlogsControl ID="BlogsControl1" runat="server"></uc2:BlogsControl>
                                </ContentTemplate>
                                <Commands>
                                    <telerik:DockCloseCommand OnClientCommand="setVisibility" />
                                </Commands>
                            </telerik:RadDock>
                        </telerik:RadDockZone>
                    </td>

<td style="vertical-align: top">
                        <telerik:RadDockZone ID="RadDockZone2" runat="server" Orientation="Vertical" Width="300px" Height="30px">
                           
                        </telerik:RadDockZone>
                    </td>

                </tr>

            </table>
        </telerik:RadDockLayout>

Tags
Development (API, general questions)
Asked by
Krishna
Top achievements
Rank 1
Share this question
or