Datepicker not showing on iOS with ASP.NET Webform

Hi,

I use the datepicker on my website to show a calendar with availibility dates. The control is set to inline display on the webform. On PC and MAC it is displaying OK but when I look on my mobile device (iOS), the calendar is not displaying. The other datepicker controls on the same page (differnt module on a DNN page) that are not set to inline display are showing up correct.

Am I missing something?  

<%@ Register Assembly="Syncfusion.EJ.Web, Version=15.2451.0.46, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" Namespace="Syncfusion.JavaScript.Web" TagPrefix="ej" %>

<div class="row">
    <div class="col xs-12 col-sm-12 col-md-8">
        <ej:DatePicker ID="datepickerinline" DisplayInline="true" ClientIDMode="Static" TagName="div"  ShowFooter="false" runat="server" Width="100%" HighlightWeekend="true" StartDay="1"  ShowRoundedCorner="true" AllowEdit="true" ShowDisabledRange="true"></ej:DatePicker>
    </div>
    <div class="col-xs-12 col-sm-12 col-md-4 ">
        <div class="legendelabel">Legende</div>
        <div class="vakantiedag legende">Vakantiedag</div>
        <div class="gereserveerd legende">Gereserveerd*</div>
        <div class="geboekt legende">Geboekt</div>
    </div>
</div>

1 Reply

BC Berly Christopher Syncfusion Team November 23, 2017 12:55 PM UTC

Hi Paul, 
 
Sorry for the inconvenience. 
 
While looked into your query on “when I look on my mobile device (iOS), the calendar is not displaying”, we were able to reproduce the reported issue at our end. This issue is known issue from our side in 15.2.0.46 version. Now, we have fixed this issue in our latest Volume 4, 2017 Release (“version 15.4.0.17”) and this version is available for download under the following link. 
 

Including this latest assemblies (DLL) and script files in your sample will resolve the specified issue (“when I look on my mobile device (iOS), the calendar is not displaying”). 

Please upgrade to this latest version to resolve the reported issue, else please get back to us with your product version. We will fix this issue in your reported version and provide the patch file for your convenience. 
  
Regards, 
Berly B.C 
 


Loader.
Up arrow icon