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

Dock.Pinned Problem

1 Answer 46 Views
Dock
This is a migrated thread and some comments may be shown as answers.
ajit
Top achievements
Rank 1
ajit asked on 25 Jun 2009, 03:11 PM
Hi,
         I am creating docks dynamically and trying to pin them on the sliding content pane. It seems that the dock.pinned = true is not behaving properly with ie7. whenever i set this property as true the dock just exceeds the boundaries of the zone and layout. Is there a solution for this issue. Its important as i do not want users to to drag the docks anywhere on the interface.

Regards,
Ajit

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 01 Jul 2009, 11:57 AM
Hi Ajit,

The Pinned property of the RadDock is used to pin the dock to the page relative to page's top-left corner, when the the DockMode property is set to Floating. So by default if the Pinned property is set to true the dock will be pinned at the (Top=0px, Left=0px) position, if no top-left position is specified.

To achieve the desired behavior, instead of using Pinned=true, our suggestion is to place the dock in a RadDockZone and set its EnableDrag property to false. This will cause the dock not to be draggable.




Sincerely yours,
Pero
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
ajit
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or