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

Floating Dock Mode : Right position

3 Answers 68 Views
Dock
This is a migrated thread and some comments may be shown as answers.
Suzi
Top achievements
Rank 1
Suzi asked on 27 May 2009, 08:08 AM

Hi, I am using this RadDock : 

 

 

<telerik:RadDock ID="RadDock1" Title="Information" dockmode="Floating"  Top="100" Right="20" Skin="Office2007" runat="server" Width="210px">

 

 

 

<ContentTemplate>

 

 

 

<div style="padding: 11px;">

 

 

 

 Content
</div>

 

 

 

</ContentTemplate>

 

 

 

</telerik:RadDock>

My RadDoc is not positionned to the right into my page ... Right = "20" is not working.
I would like to use a right position, but not a left position. Is it possible ?

Thank you in advance,

Suzi.

 

 

3 Answers, 1 is accepted

Sort by
0
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 27 May 2009, 08:52 AM
RadDock  has Top and Left properties - it doesn't have Right property.
0
Suzi
Top achievements
Rank 1
answered on 27 May 2009, 09:15 AM
So, it's not posible to position the RadDoc on the right ? Maybe, it exists an other solution ?
0
Accepted
Obi-Wan Kenobi
Top achievements
Rank 1
answered on 29 May 2009, 02:16 PM
The only one solution is to calculate the position you want to be with JavaScript, handle the RadDock's OnClientInitialize event and move the RadDock with RadDock.set_left() method. 
Tags
Dock
Asked by
Suzi
Top achievements
Rank 1
Answers by
Obi-Wan Kenobi
Top achievements
Rank 1
Suzi
Top achievements
Rank 1
Share this question
or