This is a migrated thread and some comments may be shown as answers.

Kerio and asp object!

3 Answers 34 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gaetano
Top achievements
Rank 1
Gaetano asked on 27 Feb 2013, 05:15 PM
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

<form runat="server">
....
 
    <asp:CreateUserWizard  runat="server">
      ......
     </asp:CreateUserWizard  runat="server">
.....
</form>
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

3 Answers, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 01 Mar 2013, 12:54 PM
Hello Fabio,

The exception that you shared is happening mainly if you have not loaded the kendo scripts or if you have loaded the jQuery more than once after the kendo scripts.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Gaetano
Top achievements
Rank 1
answered on 01 Mar 2013, 01:28 PM
Hi Petur,
Actually this issue presents itself only if I include a CreateUserWizard or a ChangePassword tag..
and the kendo script is, obviously, loaded!
0
Petur Subev
Telerik team
answered on 04 Mar 2013, 05:44 AM
Hello Fabio,

To further investigate the case we will need a project to run on our side - we are not sure what could be the reason for this behavior.

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Gaetano
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Gaetano
Top achievements
Rank 1
Share this question
or