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
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.
Hello Vivek,
If you still need assistance with the matter, please let me know.
Thanks Friend,
I have replaced that control with Jquery datePicker..this control is very easy to implement and better in looking wise.
Thanks for Help.
Appreciated.