Hi,
I am trying to load a html form just below the kendo grid for edit from the selected Kendo Grid row. I am able to get the selected grid row using events and dataitem. ( var dataItem = this.dataItem($(e.currentTarget).closest("tr"));)
How do we bind it to the editable html form? Do we have any functionality like gridtoform? Is there any demo related to this?
I am trying to load a html form just below the kendo grid for edit from the selected Kendo Grid row. I am able to get the selected grid row using events and dataitem. ( var dataItem = this.dataItem($(e.currentTarget).closest("tr"));)
How do we bind it to the editable html form? Do we have any functionality like gridtoform? Is there any demo related to this?