I hvae 3 pages and I'm on page 3 with 50 rows per page. Instead of deleting the database row for the DataKeyField of the current row it's deleting the DataKeyField value of 50. I guess it's using the row number in the current grid page instead of the DataKeyField value of the selected row. How can I fix this so the DataKeyField of the selected row is used?