Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1070
Delete while paging
posted

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?