Is there a wrapper for the MVVM integration in asp.net MVC similar to a wrapper for Knockout from http://knockoutmvc.com/ ?
1 Answer, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 07 Mar 2013, 01:41 PM
Hi Nicholas,
I am afraid there is no MVC wrapper for the MVVM functionality (it is a client-side feature), however the MVVM pattern is part of the Kendo UI framework and you can use it with the MVC wrappers as well. Basically, you should use the controls' HtmlAttributes to set the needed attributes and then bind them to a viewModel using kendo.bind() method.
Regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!