I'm trying to run the following sample from the help:
When i change the drop down value i receive a JS error:
<select data-bind="value: selectedColor"> <option value="red">Red</option> <option value="green">Green</option> <option value="blue">Blue</option></select><script> var viewModel = { selectedColor: "green" }; kendo.bind($("select"), viewModel);</script>When i change the drop down value i receive a JS error:
Line: 6893Error: Unable to get value of the property 'get': object is null or undefined