Dear Sir/Madam,
I have a transposed Kendo grid on a page (as described here) where I am trying to mimic the Kendo grid's popup editor using a Form inside a Kendo Window. Clicking an edit button causes a window to be created along with its contained form. This works as expected on the first click since I see the values of the object passed in via the formData property appearing on the form. Submitting the form closes the window and attempts to destroy the form so it can be recreated on subsequent requests to edit the underlying object. Clicking the same edit button a second time should display the same form with its fields populated as the first time. For some reason this is not happening; the fields of the form are blank.
I've replicated the scenario in the following dojo: https://dojo.telerik.com/UsIQijOG
Steps to reproduce:
- Click on the "Show Form" button to display a form where the fields are populated
- Click on the "Submit" button of the form to close the window
- Click on the "Show Form" button to display a form where the fields are blank
Any assistance would be much appreciated. Thank you in advance.
Herrick