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 條評論