Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
875
WebDatePicker does not shows up full calander
posted

Hi ,

I am using  <ig:WebDatePicker/> inside Webdialog window but  my web dialog window's height is only 50px so when i click on the datepicker it gets open in height of 50 px and rest of the part is invisible.

Even i set its z-index to 999999 large number but still it does not work.

My code is:

<asp:UpdatePanel ID="DialogWindowUpdatePanel" runat="server" UpdateMode="Conditional">
    <ContentTemplate>
      <ig:WebDialogWindow runat="server" ID="MovePlanDescriptionWindow" Height="200px"
        Width="300px"  MaintainLocationOnScroll="true" InitialLocation="Centered" Modal="true"
        UseBodyAsParent="true" WindowState="Hidden">
        <Header CaptionText="Predefine Description">
        </Header>
        <ContentPane ScrollBars="Hidden">
          <Template>

<table>

<tr><td>

 <ig:WebDatePicker runat="server" ID="DateVal"   CssClass="setZ-index" Font-Size="Small" EditMode="CalendarOnly"
                    Buttons-CellSpacing="0" Font-Names="vardena" Height="12" Width="100" >
                    <Buttons ButtonCssClass="datetd">
                      <CustomButton ImageUrl="../../../../Resources/Images/Calendar.png" />
                    </Buttons>
             </ig:WebDatePicker>

 

 

</td></tr>

</table>

</Template>

 

Pls suggest what should i do..i am stuck..

Many thanks in advance.

Regards,

Vivek

Parents
  • 37874
    posted

    Hi Vivek,

    I created a sample, using your code with NetAdvantage 11.2.20112.2055 but I was not able to reproduce the issue. I it under all major browsers. Please find the attached sample and see if the issue is present.

    Let me know if you have any questions.

    WebDatePickerInDialog.zip
Reply Children