G
gr8beer
If a new record is added into the database that is ordered above/before the
row being edited, when the page reloads after rebinding the wrong record is
placed in edit mode because the gridview useds the index of the row to
"remember" the row that was clicked for editing. How can I either cancel the
default behaviour of rebinding the data when edit is clicked, or force the
gridview to place the correct record in edit mode?
row being edited, when the page reloads after rebinding the wrong record is
placed in edit mode because the gridview useds the index of the row to
"remember" the row that was clicked for editing. How can I either cancel the
default behaviour of rebinding the data when edit is clicked, or force the
gridview to place the correct record in edit mode?