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

RadDock inside RadPane problem

3 Answers 135 Views
Dock
This is a migrated thread and some comments may be shown as answers.
tezine
Top achievements
Rank 1
tezine asked on 23 May 2007, 07:06 PM
Hi,
I have a RadSplitter divided into a left sliding pane, a main pane (without width specified) and a fixed width right pane. The main pane occupies almost all page.
I have two problems with RadDock(2007.1.423.0) inside the main RadPane(1.2.0.0):
1)    The RadDock overlays the Sliding Pane
2)    Whenever I try to move the RadDock, it shows its width as 100% of the page’s width.
Does anybody know how can I fix this?

3 Answers, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 24 May 2007, 03:05 PM
Hi tezine,
  1. We are aware of this issue. In order for the RadSlidingPane to work correctly with the RadDock control, just add the following style definitions to the HEAD of your page: 
        <style type="text/css">     
             
            .DockRadPane{position:relative;}            
            #LeftPane{position:relative;z-index:2;}     
                 
            @media screen and (min-width: 550px)     
            {     
                .raddockzone,.DockRadPane{position:static !important}     
                #LeftPane{display:block;float:left;}     
             }     
                  
        </style>    
     
    and apply the DockRadPane class to the RadPane, containing the RadDock. Note that the "LeftPane" is the ClientID of the RadPane containing the RadSlidingZone. These style definitions are applicable in case you are using the RadSplitter Prometheus. In your case - when you use the old version of the control, just replace the "#LeftPane" with "#RAD_SPLITTER_PANE_LeftPane", where "LeftPane" is again the ClientID of the RadPane, containing the RadSlidingZone
  2. This problem is fixed in the new version of the RadDock control - the one that is in the Prometheus suit. We highly recommend that you use the new version.

Kind regards,

Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
tezine
Top achievements
Rank 1
answered on 24 May 2007, 07:02 PM
Hi,
Thank you very much! It works now... but there's a small problem yet: :-(
Whenever I create a RadDock, always appears a horizontal scrollbar inside the RadLayout or RadZone. How can I make it disappear? :-)
RadZone is defined to FitDocks.

Regarding the RadSplitter, I'm trying to use the Prometheus version, but if I drag the new version to the VS2005 UI, appears the message "Failed to create designer .... ". I already copied the dlls and xml file to bin folder.
Thanks again,
     Bruno.


0
Tsvetie
Telerik team
answered on 25 May 2007, 11:11 AM
Hello tezine,
  1. I am not sure what your scenario is. Therefore, could you please prepare a simple project, with which we can reproduce the problem and send it to us in a new support thread?
  2. We fixed the problem of the RadSplitter control in Design time and the fix is available with the update of the Prometheus suite from 21 May 2007. Please download the latest version of the suite and update your files. You can find detailed instructions on how to update your version in our online documentation.  Please note that in case you used the Prometheus installer, the Web.UI.Design.dll is in the GAC.
Sincerely yours,
Tsvetie
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Dock
Asked by
tezine
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
tezine
Top achievements
Rank 1
Share this question
or