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

RadDock shifted after postback

1 Answer 29 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
TT
Top achievements
Rank 1
TT asked on 01 Aug 2016, 04:32 PM

Hi, I have a problem with a raddock, when a postback occurs, it changes its position, goes to the left of the page.

How can i resolve the issue?

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 04 Aug 2016, 01:35 PM
Hello Mattia,

I am not reproducing this issue with the code below and the latest UI for ASP.NET AJAX controls - 2016.2.607.

<form id="form1" runat="server">
    <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>
    <telerik:RadButton ID="RadButton1" runat="server" Text="postback" />
    <telerik:RadDockZone ID="RadDockZone1" runat="server" Width="400px">
        <telerik:RadDock ID="RadDock1" runat="server"></telerik:RadDock>
    </telerik:RadDockZone>
</form>

Could you please paste an isolated fully runnable version of the issue, so that we can investigate it further?

Regards,
Danail Vasilev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler
Asked by
TT
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or