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>