Posted 06 Mar 2012 Link to this post
<
select
data-bind
=
"value: selectedColor"
>
option
value
"red"
>Red</
"green"
>Green</
"blue"
>Blue</
</
script
var viewModel = {
selectedColor: "green"
};
kendo.bind($("select"), viewModel);
Line: 6893
Error: Unable to get value of the property 'get': object is null or undefined
Posted 08 Mar 2012 Link to this post
Thank you for reporting this bug. Right now the value binding works only if the source binding is specified as well. Of course this should not be the case. We will fix that in the official release.