I've been running into a situation where users will:
- Go into edit mode on a grid
- Edit their data
- NOT click the save button on the row they are editing
- But instead click the "Next Page" button thinking it will save their data
I had toyed with the idea of adding functionality to the "Next Page" button click that would check the grid for rows in edit mode and save them, but I think this will save data that some users don't want saved.
What I would like to do is basically overlay the entire page except for the row that is in edit mode with a semi-transparent div that doesn't allow them to click on any thing else until they either save the changes or cancel out of edit mode.
Has anyone done something similar to this using jQuery?