I have a datagrid on an asp.net page, the end user can add records to it. The grid has paging enabled...10 items per page.
The grid is sorted by date. If I am displaying the first page of the grid, entering the eleventh record, that has the maximum date (Out of all list thus far), when the record is inserted into the datagrid, the current page remains 1. I have users who are complaining that they can't find their records after they have added or updated them.
If that was too confusing maybe this summary makes sense:
Does anyone know of a way to ensure that after an update or insert, the page with the last edited/added record is displayed?
The grid is sorted by date. If I am displaying the first page of the grid, entering the eleventh record, that has the maximum date (Out of all list thus far), when the record is inserted into the datagrid, the current page remains 1. I have users who are complaining that they can't find their records after they have added or updated them.
If that was too confusing maybe this summary makes sense:
Does anyone know of a way to ensure that after an update or insert, the page with the last edited/added record is displayed?