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

InternetExplorer Problem on Ajax Postback

1 Answer 62 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Roland
Top achievements
Rank 1
Roland asked on 19 Mar 2009, 06:49 AM
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

    <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

1 Answer, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 20 Mar 2009, 09:43 AM
Hi Martin,

Unfortunately, we cannot tell what is causing the ugly white line in your project.

Please, prepare and send us a small running project that demonstrates the issue and we will do our best to help.

Best wishes,
Martin Ivanov
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
Roland
Top achievements
Rank 1
Answers by
Martin
Telerik team
Share this question
or