Rank: Newbie Groups: Member
Joined: 12/30/2008 Posts: 2
|
I have licensed EO.Web 2017. My aspx page is VB.
When I debug the page in Visual Studio 2015 in Chrome or Firefox, typing numbers to enter a date does nothing. If I right arrow, then typing sort of works. This happens with or without a Required Field Validator watching my DatePicker.
<eo:DatePicker ID="DatePicker_DateTested" runat="server" ClientIDMode="AutoID" ControlSkinID="None" DayCellHeight="16" DayCellWidth="21" DayHeaderFormat="FirstLetter" DisabledDates="" PickerFormat="yyyy/MM/dd" SelectedDates="" VisibleDate="2020-07-01" AllowMultiSelect="False" Enabled="False" FirstMonth="2005-01-01" GridLineColor="207, 217, 227" GridLineFrameVisible="False" GridLineVisible="True" LastMonth="2100-12-01" MaxValidDate="2100-12-31" MinValidDate="2005-01-01" MultiSelectModifier="None" DisableTextBox="false" TitleFormat="MMM yyyy" TitleLeftArrowHtml="&lt;" TitleRightArrowHtml="&gt;"> <CalendarStyle CssText="border-right: #cfd9e3 1px solid; border-top: #cfd9e3 1px solid; font-size: 11px; border-left: #cfd9e3 1px solid; cursor: hand; border-bottom: #cfd9e3 1px solid; font-family: verdana; background-color: #eaeaea" /> <TitleStyle CssText="padding-right: 3px; padding-left: 3px; font-weight: bold; padding-bottom: 3px; color: white; padding-top: 3px; border-bottom: #cfd9e3 1px solid; background-color: #006699; font-size: 11px; font-family: verdana;" /> <DayHeaderStyle CssText="font-size: 11px; font-family: verdana;height: 17px" /> <DayStyle CssText="font-size: 11px; font-family: verdana;border-right: #eaeaea 1px solid; border-top: #eaeaea 1px solid; border-left: #eaeaea 1px solid; border-bottom: #eaeaea 1px solid; background-color: #eaeaea" /> <DayHoverStyle CssText="font-size: 11px; font-family: verdana;border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; background-color: white" /> <SelectedDayStyle CssText="font-size: 11px; font-family: verdana;border-right: black 1px solid; border-top: black 1px solid; border-left: black 1px solid; border-bottom: black 1px solid; background-color: white" /> </eo:DatePicker>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
Please make sure you update to the latest build. If your subscription is current, you can revisit your license key page to download a new license key for the current version (2020).
Thanks!
|