Top "Kendo-mvvm" questions

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

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 …

javascript kendo-ui kendo-grid kendo-datasource kendo-mvvm
Get kendo dropdownlist value/text/index in selected kendo grid mvvm

I'm able to add a kendo dropdownlist into kendo grid by template scenario below: <script type="text/x-kendo-template" id="…

kendo-ui kendo-grid kendo-dropdown kendo-mvvm
Kendo UI Dropdownlist data binding of value

I'm using Kendo UI dropdownlist inside a listview <ul data-role="listview" id="participants-listview" data-style="inset" data-template="participants-listview-template" data-bind="source: …

javascript kendo-ui kendo-mobile icenium kendo-mvvm
What is best way to bind a Kendo UI dropdownlist to a ViewModel that is populated by a datasource?

I have a kendoUI dropdownlist that is in a template and is bound to a ViewModel, along with a span …

javascript kendo-ui kendo-mvvm kendo-datasource
Kendo UI - How to bind checked property (attribute) and handle click event for the checkbox to the viewModel using Kendo MVVM

I have a page that looks something like: <div data-role="view" id="side-root" data-title="Check-Boxes" data-model="myViewModel"> <…

data-binding kendo-ui kendo-mobile kendo-mvvm event-binding
Bind events within Kendo grid

I need to bind some events on the grid row and details view. I'm using an observable view model with …

mvvm kendo-ui kendo-grid kendo-mvvm