This is a migrated thread and some comments may be shown as answers.

kendo ui web - change view programmatically?

1 Answer 188 Views
MVVM
This is a migrated thread and some comments may be shown as answers.
Valay
Top achievements
Rank 1
Valay asked on 04 Jun 2014, 11:40 AM
I am building an application using Kendo UI Web components for desktop and tablet browsers. And for mobile there will be separate code base.
Now I know that we can change/navigate views in Kendo.mobile.application using .navigate(viewname) as shown in this example.

Now if I develop the web application using MVVM architecture, how do I change views ??? If I use Kendo.mobile.application, the web components will render as mobile controls and won't look good on desktop and tablet browsers.

For desktop/tablet I want to use Kendo UI Web and for mobile Kendo mobile controls with MVVM architecture for all three platforms.

How do I change/navigate views in Kendo UI Web application ???or How do I completely adopt MVVM for Kendo UI Web and Kendo ui mobile both ???

1 Answer, 1 is accepted

Sort by
0
Alexander Valchev
Telerik team
answered on 06 Jun 2014, 07:35 AM
Hi Valay,

If you want to build a Web application that is analogical to the mobile version you can consider using Kendo SPA - it, just like the mobile application, uses Views and provides a build-in MVVM integration as well as API for switching between the different Views (router.navigate).

To learn more about Kendo SPA please check this blog post (more resources are listed inside).

Regards,
Alexander Valchev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
MVVM
Asked by
Valay
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or