Completed
Last Updated: 02 Sep 2021 11:32 by ADMIN
Luc
Created on: 20 Apr 2012 23:20
Category: Data Source
Type: Feature Request
9
Allow custom complex MVVM bindings
As of today, it is possible to create custom "simple" bindings as per this code sample:

http://demos.kendoui.com/web/mvvm/custom.html

This works fine, but it would be appreciated to be able to create custom bindings with "complex" syntax, such as this:

data-bind="foo: {condition: somePropertyOnViewModel, option1: A, option2: B }"
0 comments