If I create a view with data-role="modalview" and then use Kendo.bind() using MVVM it causes the page to show just plain text with a white background. If I change the data-role to view it works correctly. Is there something special that must be done to use MVVM with a modalview?
Thanks
1 Answer, 1 is accepted
0
Accepted
Kiril Nikolov
Telerik team
answered on 18 Mar 2014, 11:18 AM
Hi Nathan,
In order to use MVVM with a mobile application you need to do it via the data-model attribute, as shown in the following article: