Clear all field values in a subform
Is there a way to clear/reset the entire set field values within a sub-form?
-
正式なコメント
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
コメントアクション
サインインしてコメントを残してください。
コメント
2件のコメント