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

RadSlidingZone and Google Earth Plugin

2 Answers 61 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Tim
Top achievements
Rank 1
Tim asked on 02 Mar 2009, 06:53 PM
I cannot seem to get a "sliding zone" to slide over the Google Earth plugin. Anyone know how to get around this? I have already set the CSS on the sliding zone with a z-index of like 1001, even 2001:

                <telerik:RadPane id="contentPane" runat="server" scrolling="y">
                       
                            <div id='map3d'> GOOGLE EARTH IS LOADED HERE
                            </div>
                       
                  </telerik:RadPane>
                 <telerik:RadSplitBar id="Radsplitbar3" runat="server" collapsemode="Forward" />
                <telerik:RadPane id="Radpane1" runat="server" width="22" scrolling="None" minwidth=22>
                    <telerik:RadSlidingZone id="SlidingZone1" SlideDirection="Left" CssClass="SearchPane" runat="server" width="22"
                     clicktoopen="true"> CSSCLASS=SEARCHPANE HAS Z-INDEX: 1001
                        <telerik:RadSlidingPane id="Search" title="Search" runat="server" width="190">
                            
                            <%--search here--%>
                            
                            
                        </telerik:RadSlidingPane>
                        <telerik:RadSlidingPane id="Settings" title="Settings" SlideDirection="Left" runat="server" width="200">
                            
                            <%--settings here--%>
                            
                        </telerik:RadSlidingPane>
                    </telerik:RadSlidingZone>
                </telerik:RadPane>

2 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 05 Mar 2009, 12:26 PM
Hi Tim,

Would you please prepare a sample, fully runnable demo which reproduces the problem and can be run without any modifications? After you have done this, open a new support ticket and send it to me along with a few screenshots and detailed information about the browser under which you experience the problem. Once I receive it, I will do my best to help.

Sincerely yours,
Svetlina
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.
0
Tim
Top achievements
Rank 1
answered on 05 Mar 2009, 12:36 PM
Thank you for getting back. I'm not going to use the slider with the plugin, too messy when moving the bars around etc, not unless we lock the ge plugin down, so I went to a div and javascript to do what I need, thanks....
Tags
Splitter
Asked by
Tim
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Tim
Top achievements
Rank 1
Share this question
or