Does anyone know how to add a row to the datagrid control.
I am binding a dataset to the datagrid and I want the user to click an "Add" button to add a new row in the grid but I do not want to add it to the dataset until the user fills out all non-null fields.
I am not able to add it to the dataset because of the schema and it does not allow nullable values in some of the fields.
