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

Need an MVVM Visual Studio example

2 Answers 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
robert
Top achievements
Rank 1
robert asked on 21 Nov 2018, 04:46 PM

Hello can anyone point me to a Visual Studio example of the following Kendo MVVM example code?

https://demos.telerik.com/kendo-ui/mvvm/source

In other words, i would like to seperate this code into "....htm", "....js" modules and put them into the typcial Visual Studio code diretories like /script and ect.

thanks for any pointers

2 Answers, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 23 Nov 2018, 02:03 PM
Hi Robert,

We do not have the Source and template binding MVVM demo isolated as a separate VisualStudio project. Nevertheless, attached you will find an archive of two separate files. The index.html file contains the HTML markup for the demo, while the app.js file implements the JavaScript logic. The app.js is referenced at the bottom of the <body> element in the index.html, so when running the HTML file the Kendo example is fully functional.

Regards,
Veselin Tsvetanov
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
robert
Top achievements
Rank 1
answered on 23 Nov 2018, 08:42 PM
Many thanks Veselin, will give this a try, have a good one!
Tags
General Discussions
Asked by
robert
Top achievements
Rank 1
Answers by
Veselin Tsvetanov
Telerik team
robert
Top achievements
Rank 1
Share this question
or