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

RADSplitter collapse

5 Answers 90 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
awni
Top achievements
Rank 1
awni asked on 20 Oct 2011, 02:23 AM
Hi,
I was looking at the RADSplitter demo and the code for it. In the demo, the splitter slides out on mouse enter and collapses after the mouse leaves the area. I would like to know which part is responsible for this auto exapnd/collapse. 

thanks,
awni

5 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 20 Oct 2011, 10:16 AM
Hi Awni,

Correct me if I am wrong but I believe you are talking about this live demo. The default behavior of RadSlidingPane's is to expand when mouse is positioned over the pane's tab and collapse when the mouse moves out of the sliding pane.

It is possible to configure the SlidingPane to open upon click to the Tab and then collapse when the pane is closed from the "x" icon - to enable this functionality you need to set the RadSlidingZone's ClickToOpen property to true.

Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
awni
Top achievements
Rank 1
answered on 20 Oct 2011, 12:01 PM
Hi Dobromir,
I was referring to this demo, under RADSplitter:
http://demos.telerik.com/aspnet-ajax/splitter/examples/default/defaultcs.aspx


It's filed under Splitter and it made me think the Splitter was doing the sliding. Thanks for pointing me to  RadSlidingPane, I will have a look and 
let you know if I need more help. 

regards,
awni

0
awni
Top achievements
Rank 1
answered on 20 Oct 2011, 07:21 PM
Hi again Dobromir,
What I need is to have the RADSplitter itself open and collapse. Is this possible? 
I also need a Google Map API V3 on the same page, is this also possible? 


thanks,
awni
0
Accepted
Dobromir
Telerik team
answered on 25 Oct 2011, 11:34 AM
Hi Awni,

I am not quite sure I understand the collapse / expand question. What to you mean by splitter to collapse / expand itself? RadSplitter is a content container control that splits the page in different sections(panes) that can be collapsed / expanded.

Regarding the GoogleMaps API v3, there should not be a problem using it on the page together with RadControls. I tried to incorporate it in a sample page with RadSplitter and the control and the map are working as expected. For your convenience I have attached a my sample test page.

Regards,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
awni
Top achievements
Rank 1
answered on 30 Oct 2011, 08:45 PM
Thank you, that's what I was looking for. When I placed the <div> onto the Rad control earlier, the map would not show. It is working fine in your sample. 

Thanks again :)

regards,
awni
Tags
Splitter
Asked by
awni
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
awni
Top achievements
Rank 1
Share this question
or