<
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
Hello Dear,
I am so much happy to know Kendo UI web demo now open for all. So I want to use Kendo UI web in my project. At now I am using JQuery UI in my project. I am passing my all data by JSON. Other one is important my project is ASP.NET MVC 3 project. So last few days I am trying to pass JSON data to my project with Kendo UI Web. But I cannot do it easily. I think I am missing something.
Another one I do not want to use Kendo MVC DLL. Only I want to use Kendo UI Web Open source. I can use Kendo MVC DLL. :)
So my target is use Kendo UI to ASP.NET MVC 3 project with JSON data. My Question is below:
Please Help me…!
<
div
id
=
"CertificationList"
class
=
"row k-widget k-listview"
data-role
=
"listview"
>
@(Html.Kendo().ListView(Model)
.Name("CertificationList")