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>
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>