Have an anchor:
and a popover:
Other kendo elements seem to be working fine. Get error when clicking on the button "
Uncaught TypeError: Cannot call method 'openFor' of undefined".
Looking at source the error occurs here:
In the widgetInstance function...
it fails to find the "kendoMobilePopOver" data. Which leads me to believe its not initializing properly. I tried setting up in in JavaScript instead and same result.
Thoughts? Thanks,
Dennis