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

RadDock issue on 3 columns table

1 Answer 77 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Julia
Top achievements
Rank 1
Julia asked on 16 Jun 2009, 05:42 AM
Hi, Raddock can't be draggable and close icon is not working when I my table got 3 columns.
For clearer picture, please take a look at the attached source. Note that my 3 RadDocks have exactly the same attribute/property.

<telerik:raddocklayout runat="server" id="RadDockLayout1" >
    <table>
        <tr>
            <td>
                <telerik:raddockzone runat="server" id="RadDockZone3" MinHeight="200" Width="285px" Height="500px">
                    <telerik:raddock runat="server" id="RadDock2" title="Message Board">                        
                        <contenttemplate>
                         <br />
                         <ul>
                         <li>Click the first or the second icon in the titlebar to see the action of the custom commands.</li>
                         <li>Click the Close button on the title bar to close the object.</li>
                         </ul>
                         <br />
                        </contenttemplate>
                    </telerik:raddock>
                </telerik:raddockzone>
            </td>
            <td>
                <telerik:raddockzone runat="server" id="RadDockZone1" MinHeight="200" Width="285px" Height="500px">
                    <telerik:raddock runat="server" id="RadDock1" title="Message Board">                        
                        <contenttemplate>
                         <br />
                         <ul>
                         <li>Click the first or the second icon in the titlebar to see the action of the custom commands.</li>
                         <li>Click the Close button on the title bar to close the object.</li>
                         </ul>
                         <br />
                        </contenttemplate>
                    </telerik:raddock>
                </telerik:raddockzone>
            </td>         
            <td>
                <telerik:raddockzone runat="server" id="RadDockZone2" MinHeight="200" Width="285px" Height="500px">
                    <telerik:raddock runat="server" id="RadDock3" title="Message Board">                        
                        <contenttemplate>
                         <br />
                         <ul>
                         <li>Click the first or the second icon in the titlebar to see the action of the custom commands.</li>
                         <li>Click the Close button on the title bar to close the object.</li>
                         </ul>
                         <br />
                        </contenttemplate>
                    </telerik:raddock>
                </telerik:raddockzone>
            </td>         
        </tr>        
    </table>
</telerik:raddocklayout>  

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 16 Jun 2009, 11:22 AM
Hello Julia,

I created a sample project with the source code you provided and I was not able to reproduce the errors that you get. The RadDocks can be dragged and the close button is working as it should (see attached video)
The problem might be caused by something else, so I suggest to open a support ticket and send the full source code of your project  - I will check it and do our best to help you.



All the best,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Dock
Asked by
Julia
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or