When specifying the raddock's content width to be 100%, Firefox 3.6 and IE8 appear to function as expected; however, Safari(4.0.5) and Chrome(4.1.249.1064) seem to lose some width after the raddock control is collapsed, and then expanded.
Perhaps I'm doing something wrong? Any help is greatly appreciated.
Below is a snippet of the code:
| <form id="form1" runat="server" method="post"> |
| <telerik:RadScriptManager ID="scriptManager1" runat="server"></telerik:RadScriptManager> |
| <telerik:RadDockZone runat="server" ID="dzLeft" Orientation="Vertical" FitDocks="true"> |
| <telerik:RadDock runat="server" ID="raddock1" Title="RadDock1" DefaultCommands="ExpandCollapse"> |
| <ContentTemplate> |
| <div style="background: grey; width: 100%;"> </div> |
| </ContentTemplate> |
| </telerik:RadDock> |
| </telerik:RadDockZone> |
| </form> |
Thanks,
Mike
edit: attached before and after images.