Hi,
I have webdatepicker inside the webdialog window. when i choose the date, the date drop down is hiding inside the webdialog window.
Please review the image for your reference
Regards,
Dayana
Hello Dayana,
I tried this scenario and did not get the result described.
<ig:WebScriptManager ID="WebScriptManager1" runat="server"> </ig:WebScriptManager> <ig:WebDialogWindow ID="WebDialogWindow1" runat="server" Height="300px" Width="400px"> <ContentPane> <Template> <ig:WebDatePicker ID="WebDatePicker1" runat="server"> </ig:WebDatePicker> </Template> </ContentPane> </ig:WebDialogWindow>
I did not see an image attached to this post. Could you please try to attach it again, or attach a sample if this still happens?
Could you also please include the version of the product you are using? Ex. 12.2.20122.1007.
Elizabeth AlbertLocalization Engineer
Put the control at the bottom of the web dialog. We ran into the same issue with a drop down list being clipped at the bottom.