Programmatically deleting a row in a datagrid
I would like to find out how to delete a row in a datagrid programmatically. It is accomplished by highlighting a row, then pressing the DELETE key, but I would like to do it programmatically by a user clicking on a button.
The datagrid's datasource is a dataset.
Can anybody help?
Thanks in advance,
Mike