The Data Source contains all the data...the only thing the GridView does is let you display the data and gives you some help to let you do things like edit/delete etc.
If you want to delete an item from the GridView then you have to delete that item from the data source that the GridView is bound to.
Comment