or
<a id="popanchor" data-rel="popover" href="#popover-task" data-role="button" >Open PopOver</a><div data-role="popover" id="popover-task" > <div data-role="view"> Hi There </div></div>kendo.widgetInstance($(href), ui).openFor(link);kendo.widgetInstance = function(element, suite) { var widget = suite.roles[element.data(kendo.ns + "role")]; if (widget) { return element.data("kendo" + widget.fn.options.prefix + widget.fn.options.name); }};Hello,
I am planning to develop a mobile application in android using KendoUI. Do I need to use Phonegap(need to refer cordova?) or I can develop the entire application using KendoUI framework without using Phonegap?
Other question is there will be any challenge if I am planning to use the IDE as Visual Studio and platform as Windows phone 7. Because it says KendoUI does not support in Windows Phone 7. But I got this link. Please give a suggestion.
http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/windows-phone-application-using-kendo-ui-mobile-and-phonegap/
Thanks