Unplanned
Last Updated: 17 Feb 2021 15:15 by ADMIN
Mark
Created on: 17 Feb 2021 15:15
Category: Form
Type: Feature Request
1
Add a method to get/set the model in the Form

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();
0 comments