This request doesn't make sense to some extent. You can add and remove columns in a datagrid, but it's meaningless without some data behind it. If you want to add/delete rows in a datagrid, you'll have to add and remove rows in some datasource that the datagrid is bound to.
-
Peter