Hi!
I am developing some kind of webshop, in the radDock i i display the current price Information. The contents of the dock should only visible on some Tabs. All the things work fine, except of InternetExplorer. When i do not want the labels in the dock to be displayed i only want the header to be visible, these works fine but on InternetExplorer on every Ajax Request an ugly white text line is displayed in the ContentArea of the Dock. As i want to display the current price a lot of controls cause AJAX Postbacks to the Dock.
Here is my Markup of the RadDock
What can cause the Appearing of the white line?
Regards,
Martin
I am developing some kind of webshop, in the radDock i i display the current price Information. The contents of the dock should only visible on some Tabs. All the things work fine, except of InternetExplorer. When i do not want the labels in the dock to be displayed i only want the header to be visible, these works fine but on InternetExplorer on every Ajax Request an ugly white text line is displayed in the ContentArea of the Dock. As i want to display the current price a lot of controls cause AJAX Postbacks to the Dock.
Here is my Markup of the RadDock
<telerik:RadDockZone runat="server" ID="DockZone" Style="background: transparent; border: none; width:220px;"> |
<telerik:RadDock runat="server" ID="CalculationDock" Title="Solution Price" DefaultCommands="ExpandCollapse" > |
<ContentTemplate> |
<asp:UpdatePanel ID="CalculationBox" runat="server" Visible="false" UpdateMode="Conditional"> |
<ContentTemplate> |
<table style="margin: 5px 0 0 18px;"> |
<tr> |
<!-- some Labels !--> |
</tr> |
</table> |
</ContentTemplate> |
</asp:UpdatePanel> |
</ContentTemplate> |
</telerik:RadDock> |
</telerik:RadDockZone> |
What can cause the Appearing of the white line?
Regards,
Martin