I have a Grid panel containing records that in a click will be loaded onto the form panel for editing.
In "closing" our form panel, we call myForm.getForm.reset (), which appears to be reset, but the values ββin the form fields themselves are saved.
me.down('form').loadRecord(record);
me.down('form').getForm().reset() or me.down('form').reset()
Please advise how to clear the values ββin the form after resetting our record.
Sara source
share