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

Radsplitter, RadPane Docking

1 Answer 82 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
rad
Top achievements
Rank 1
rad asked on 01 Aug 2008, 06:47 PM
Hi,
I have a Radsplitter in a master page.
I have two Radpanes and Radsplitbar within Radsplitter.
I also have a RadslidingZone and slidingpane within one of the Radpane.
Since this master page is used across all pages, I want this slidingzone to be docked and used across all pages. how do u go about that?

Do you have samples for this?

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 04 Aug 2008, 11:22 AM
Hello rad,

I already answered your other thread and for your convenience I pasted my reply below:

I read your other forum thread and I left with the impression that you want to have a RadSlidingPane docked to all your content page and you do not need to dock it on the client.

If I am right, you can do this on the server by setting the zone's DockedPaneId property as shown below:

 protected void Page_Load(object sender, EventArgs e)  
    {  
        RadSlidingZone1.DockedPaneId = RadSlidingPane1.ClientID;  
     
    } 

In case I did not completely understand you, please provide more details about your scenario. I already attached a sample demo to the other thread.



Sincerely yours,
Svetlina
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Splitter
Asked by
rad
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or