Completed
Last Updated: 16 Jun 2023 12:21 by ADMIN
Release R2 2023 SP1
Sudarsh
Created on: 15 Jun 2023 11:44
Category: DateTimePicker
Type: Bug Report
1
Cannot read properties of null (reading 'focus') at Telerik.Web.UI.Calendar.Popup._raiseClosed

I'm getting the below error when focusing out of the "RadDateTimePicker" with the following configuration.

Code in the aspx page:

<telerik:RadDateTimePicker runat="server" ID="TlrkDateTimeEdit"
DateInput-DateFormat="g" DateInput-DisplayDateFormat="g"
DatePopupButton-Visible="false" TimePopupButton-Visible="false"
PopupDirection="BottomLeft" ShowPopupOnFocus="true">
</telerik:RadDateTimePicker>

Script error in browser console:
"Cannot read properties of null (reading 'focus')    at Telerik.Web.UI.Calendar.Popup._raiseClosed"

 
0 comments