Kendo MVVM create new record with remote datasource
问题 I think I'm missing something simple, but I can't find any examples showing how to do this... also, please forgive me if some of the terminology I'm using is wrong. I simply want to use an HTML form that is bound to a Kendo Observable object to create a new record in my remote datasource. All the examples I've seen show how to edit existing records, but that's not what I'm looking for (at least not at the moment). I've created a Fiddle http://jsfiddle.net/matbeard/fYfYz/2/ with a simple cut