Questions tagged [kendo-mvvm]

Kendo MVVM is an implementation of the MVVM pattern which seamlessly integrates with the rest of the Kendo framework (widgets and DataSource).

Model View ViewModel (MVVM) is a design pattern which helps developers separate the Model (the data) from the View (the UI). The View-Model part of MVVM is responsible for exposing the data objects from the Model in such a way that those objects are easily consumed in the View.

Kendo MVVM is an implementation of the MVVM pattern which seamlessly integrates with the rest of the Kendo framework (widgets and DataSource).


Related tags

175 questions
7
votes
2 answers

how to manually set column value in kendo grid

I was able to set the remark on console but I have no idea how to set the remark value into the grid once the user save the changes. is there anyway to set value into kendo grid manually? example output |Remark |User Name|Phone…
5
votes
2 answers

Kendo UI MVVM - How to iterate over and render a collection within a view?

I'm simply trying to loop over an array within my Kendo.View and attempting to render a property from the element. This would be super simple in MVC Razor, e.g. @foreach( var displayLink in Model ) {

displayLink.Text

} Rather than…
5
votes
1 answer

How to call a parent method from kendo template binding?

I have the following fiddle. I'm trying to call the parent method lowestMpgMsg for each of the elements inside the array cars. I have try using the following bindings with no luck: data-bind="text: lowestMpgMsg()" data-bind="text:…
Ovi
  • 604
  • 8
  • 16
5
votes
2 answers

kendo ui - why do button click refresh the page?

Please find below my code: Template of customer search form