I just downloaded and installed a trial of Kendo UI Complete for ASP MVC. I am running VS 2012. I Opened the examples project (Kendo.MVC.Examples) and tried out some of the mobile components. Most of them seem to be broken. For example, when you try out the drawer.
http://localhost:56541/razor/mobile/drawer/index
Your port number might be different.1
Click on the button that opens the drawer (upper left corner). A javascript error is thrown.
Uncaught Error: Syntax error, unrecognized expression: #!
The error is thrown from jQuery and is complaining about the bang symbol after the hash.
I am trying to create my own prototype app from your example code and am encountering the same issues.
Thanks for your help.
http://localhost:56541/razor/mobile/drawer/index
Your port number might be different.1
Click on the button that opens the drawer (upper left corner). A javascript error is thrown.
Uncaught Error: Syntax error, unrecognized expression: #!
The error is thrown from jQuery and is complaining about the bang symbol after the hash.
I am trying to create my own prototype app from your example code and am encountering the same issues.
Thanks for your help.