It will be good to have a method in the Form API to get or set the Form model. For example, it could be:
var form = $("#form").getKendoForm(); var model = form.model();