So far we're really enjoying kendoui+mvvm and are planning to use it on a large application. As part of our prototyping, I'm trying to set up a fairly basic page with a drop-down and a grid that is dependent on the drop-down selection.
I've put an example on jsfiddle here:
http://jsfiddle.net/njCxe/
Could someone please help me understand:
I've put an example on jsfiddle here:
http://jsfiddle.net/njCxe/
Could someone please help me understand:
- Why does the grid start out empty, even though Source A is selected by default?
- Why, when I click Edit, does nothing happen when I click Update?