Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I'm getting this error after upgrading my app to the latest version. What am I missing?
"Unable to get property '_events' of undefined or null reference"
"Uncaught TypeError: Cannot read properties of undefined (reading '_events')"
Telerik.Web.UI.WebResource.axd
Hi Kong,
The are is a known issue in the latest version for the Classic render mode of the DatePickers when their keyboard navigation is enabled. The bug is already planned and it will be resolved in our up-coming R1 2022 release.
https://feedback.telerik.com/aspnet-ajax/1543331
Until the issue is fixed, you can chose between one of the following workarounds:
1) Use Lightweight render mode instead of Classic: https://docs.telerik.com/devtools/aspnet-ajax/controls/render-modes#setting-render-mode 2) Disable temporarily the keyboard navigation of the control3) Use the attached script and load it on the page: 3.1) Using a RadScriptManager (adjust the file name and path to fit your application)
<telerik:RadScriptManager ID="RadScriptManager1" runat="server"> <Scripts> <telerik:RadScriptReference Path="fix.js" OutputPosition="End" /> </Scripts> </telerik:RadScriptManager>
3.2) In an inline script tag somewhere AFTER the ScriptManager(e.g. at the end of the <form> or <body> tag) 3.3) As a script reference - place it AFTER the script manager as 3.2) or use the defer="defer" attribute
<script defer="defer" src="fix.js"></script>
Regards, Vessy Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.