DatePicker inline

Hi,

I have a datePicker with displayInline set to true. If the window that contains the datepicker has the vertical scrollbar, when I scroll down the window, the datepicker is hidden.
This problem occurs only with the latest version: 13.1.0.21

Thanks.
Regards
Stefano

<style type="text/css">
    #dpInline{
        positionabsolute;
        top800px;
        left100px;
    }
 
</style>
 
<script type="text/javascript">
 
    $(document).ready(function () {
        $('#dpInline').ejDatePicker({ width: 240, displayInline: true, showFooter: false });
    });
 
</script>
<body>
    <div id="dpInline"></div>
</body>


1 Reply

SN Sasikala Nagarajan Syncfusion Team April 9, 2015 12:10 PM UTC

Hi Stefano,

We were able to reproduce the problem and we considered this requirement “when I scroll down the window, the display inline datepicker is hidden” as bug. A support incident to track the status of this defect has been created under your account. Please log on to our support website to check for further updates.

https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents

Regards,

Sasikala Nagarajan


Loader.
Up arrow icon