Clear all field values in a subform
Is there a way to clear/reset the entire set field values within a sub-form?
-
Official comment
Harish,
You could make use of the deleteRowsFromSubform helper method. This will help you reset the control and it's value.
eFormHelper.deleteRowsFromSubForm({fieldId:'SubForm1', rowIndex:'*'})
Thanks
Comment actions
Please sign in to leave a comment.
Comments
2 comments