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

RadMenu with DatePicker: Calendar shows below menu

1 Answer 125 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Craig
Top achievements
Rank 1
Craig asked on 20 May 2008, 05:02 PM
We are using a Red Menu with a datepicker on it.  The datepicker shows up behind the menu.  I tried setting the zindex  of the calendar on the datepicker, but this did not help.    For testing purposes, I used a CalendarExtendar from the AjaxControlToolkit and it worked fine.  Any help is appreciated.

<telerik:RadMenu ID="RadMenu1" runat="server" Skin="Web20" Flow="Horizontal" EnableScreenBoundaryDetection="true" 
                            EnableOverlay="true" Width="300px"
                            <Items> 
                                <telerik:RadMenuItem Text="Apr 15, 2008 - May 15,2008" GroupSettings-Flow="Horizontal" 
                                    Width="100%"
                                    <Items> 
                                        <telerik:RadMenuItem> 
                                            <ItemTemplate> 
                                                <table style="height: 400px;"
                                                    <tr> 
                                                        <td> 
                                                            <telerik:RadDatePicker ID="rdpBeginDate" runat="server" Skin="Mac" Calendar-Orientation="RenderInColumns" 
                                                                Calendar-CellVAlign="top"
                                                            </telerik:RadDatePicker> 
                                                        </td> 
                                                    </tr> 
                                                </table> 
                                            </ItemTemplate> 
                                        </telerik:RadMenuItem> 
                                    </Items> 
                                </telerik:RadMenuItem> 
                            </Items> 
                        </telerik:RadMenu> 

1 Answer, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 23 May 2008, 08:50 AM
Hello Craig,

Can you please reset the RadMenu's z-index to be lower than calendar's one? Similar to this:
 <telerik:RadMenu ID="RadMenu1" style="z-index:3500;"

Let us know if further assistance is needed.

Regards,
Rosen
the Telerik team

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