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

RadDock dots and spacing while upgrading to newer versiob and to asp.net 3.5

1 Answer 53 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Elad Amir
Top achievements
Rank 1
Elad Amir asked on 18 Feb 2012, 01:22 AM
 Hi,

while upgrading to telerik latest verison which requires asp.net 3.5 the rad dock appearance becomes defective.
(pls see attached oic)

best,
elad
                    <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel4" runat="server" Skin="Black" />  
    <telerik:RadAjaxPanel ClientEvents-OnRequestStart="OnRequestStart" ID="RadAjaxPanel5" runat="server" >
    <telerik:raddockzone runat="server" id="RadDockZone6" Orientation=Vertical style="float:right;background: white;min-height:50" Width="99%" height="420" Skin="Black">                      
    <telerik:raddock DefaultCommands=None OnCommand="RadDock_Command" EnableDrag=false runat="server" id="RadDock5" style="float:none;" title="" dockmode="Docked" Width="50%" Height="420" EnableAnimation="false" Skin="Black">
    </telerik:raddock>                          
</telerik:raddockzone>
</telerik:RadAjaxPanel>

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 21 Feb 2012, 02:47 PM
Hi Elad,

I tried to reproduce the described problem, using the provided code sample, but without success. I have attached my test project so that you can compare it with your actual one and check if there are differences in the setup. Here you can find a screen capture of the RadDock's appearance on my end.

Most probably the problem is caused by global CSS styles that affect the default appearance of the RadDock control. I would suggest checking if there are such styles and if the issue persists after removing them.

If you are still experiencing difficulties after examining the information, provided above, please open a support ticket and try modifying the attached sample so that the problem is reproducible. In case this is not an option, you can also send a simple, fully runnable page that isolates the described behavior so that I can examine it locally and provide a more to the point answer.

Kind regards,
Slav
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
Dock
Asked by
Elad Amir
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or