Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
hi, is it possible to instantiate a kendo gantt in mobile UI? If yes, any demo for that?
Thanks
i tried something like this but it is not working
<
script
>
var app = new kendo.mobile.Application(document.body,
{
transition:'slide'
});
</
src
=
"js/kendoGantt.js"
></
div
id
"home"
data-role
"view"
data-layout
"default"
Hello Mobile World!
"ganttTask"
ng-app
"KendoGantt"
ng-controller
"MyCtrl"
kendo-gantt
k-options
"ganttOptions"
section
"layout"
data-id
header
"header"
"navbar"
>My App</
<!--View content will render here-->
footer
"footer"
"tabstrip"
a
data-icon
href
"#home"
>Home</
"info"
"about.html"
>About</
"globe"
"#ganttTask"
>Gantt</