This topic contains 4 replies, has 5 voices, and was last updated by admin 5 years, 6 months ago.
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Scheduler › Uncaught TypeError: Cannot read property 'jqxAppointment' of undefined
Tagged: javascript scheduler, jquery scheduler, jqwidgets scheduler, scheduler, uncaught typeerror jqxappointment
This topic contains 4 replies, has 5 voices, and was last updated by admin 5 years, 6 months ago.
When I hover over an event, I get this error. And if I move the mouse back and forth over the event, it fills up the console with this error.
I made sure each event has a unique id.
What could cause this?
Hello yougotnet,
Could you provide us an example that demonstrates this issue?
I tested this demo and it seems to work fine.
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
Hello yougotnet,
please pay attention that the id from appointmentDataFields is case sensitive and have to match with the name from the source-dataFields.
This error occurs in Chrome Browser when you read a property or call a method on an undefined object . Uncaught TypeError: Cannot read property of undefined error is probably easiest to understand from the perspective of undefined, since undefined is not considered an object type at all (but its own undefined type instead), and properties can only belong to objects within JavaScript. There are a few variations of this error depending on the property you are trying to access. Sometimes instead of undefined it will say null.
Hi linehammer,
This Scheduler post is old and the issue is resolved more than an year ago.
Best Regards,
Peter Stoev
jQWidgets team
https://www.jqwidgets.com
You must be logged in to reply to this topic.