Hi Everyone,
I just started using Kendo, and got a Grid and Menu set up OK, but when I try to use the ListView, I get the following error:
Object [object Object] has no method 'kendoListView'
The error occurs when the .js is first executing, so I'm not really doing anything yet, so I'm confused as to why this might be occuring.
Maybe there is something wrong in the build I have??
I'm new to this, so I'm not sure what else would be helpful to provide.
Thanks!
Code:
$("#listView").kendoListView({
template: "<li>${FirstName}</li>",
dataSource: {
data: [
{
FirstName: "Joe",
LastName: "Smith"
},
{
FirstName: "Jane",
LastName: "Smith"
}]
}
});
Trace:
Uncaught TypeError: Object [object Object] has no method 'kendoListView'
beginApp app.js:69
$.ajax.success IBE.js:170
jQuery.Callbacks.fire jquery.js:1049
jQuery.Callbacks.self.fireWith jquery.js:1167
done jquery.js:7408
jQuery.ajaxTransport.send.callback jquery.js:8192
OS: Windows 7
Browser: Chrome 17.0.963.78 m
Kendo UI v2011.3.1129
jQuery JavaScript Library v1.7.1
I just started using Kendo, and got a Grid and Menu set up OK, but when I try to use the ListView, I get the following error:
Object [object Object] has no method 'kendoListView'
The error occurs when the .js is first executing, so I'm not really doing anything yet, so I'm confused as to why this might be occuring.
Maybe there is something wrong in the build I have??
I'm new to this, so I'm not sure what else would be helpful to provide.
Thanks!
Code:
$("#listView").kendoListView({
template: "<li>${FirstName}</li>",
dataSource: {
data: [
{
FirstName: "Joe",
LastName: "Smith"
},
{
FirstName: "Jane",
LastName: "Smith"
}]
}
});
Trace:
Uncaught TypeError: Object [object Object] has no method 'kendoListView'
beginApp app.js:69
$.ajax.success IBE.js:170
jQuery.Callbacks.fire jquery.js:1049
jQuery.Callbacks.self.fireWith jquery.js:1167
done jquery.js:7408
jQuery.ajaxTransport.send.callback jquery.js:8192
OS: Windows 7
Browser: Chrome 17.0.963.78 m
Kendo UI v2011.3.1129
jQuery JavaScript Library v1.7.1