how to make a form invalid if a grid(DxDataGridModule) of DevExtreme framework doesn't have any row?
the grid is in row editing mode so the status of the myFormVariable.form.valid
should change if i add or remove rows to the grid
<form #myFormVariable="ngForm" id="frm_create_user" novalidate (ngSubmit)="save()">
.....
...
</form>