Hi guys,
I'm trying to add some asp object at my kerio/jquery/html5 based site..
I have an issue when I try to insert a CreateUserWizard
As soon as I try to implement this object I get an error from the browser where it says
"Uncaught TypeError: Object [object Object] has no method 'kendoMenu'"
it seems that the browser doesn't find anymore the reference to kendo.all.js...
every ui api isn't working anymore.. (kendoMenu, kendoPanelBar etc) I don't know if this issue is strictly related to kendo, or if there's something in that asp control that messes with kendo js..
If you have any clue or suggestion would be really appreciated.
Thanks
Fabio
I'm trying to add some asp object at my kerio/jquery/html5 based site..
I have an issue when I try to insert a CreateUserWizard
<
form
runat
=
"server"
>
....
<
asp:CreateUserWizard
runat
=
"server"
>
......
</
asp:CreateUserWizard
runat
=
"server"
>
.....
</
form
>
"Uncaught TypeError: Object [object Object] has no method 'kendoMenu'"
it seems that the browser doesn't find anymore the reference to kendo.all.js...
every ui api isn't working anymore.. (kendoMenu, kendoPanelBar etc) I don't know if this issue is strictly related to kendo, or if there's something in that asp control that messes with kendo js..
If you have any clue or suggestion would be really appreciated.
Thanks
Fabio