PDA

View Full Version : Saving Grid Data - best workflow



blex
28 Jun 2007, 9:11 AM
I was wondering what people thought was the best workflow for saving data from a grid.
I realize this is application-specific, but in general is is better to save to the database a record at a time or allow a save button for the entire grid?

Obviously one save for the grid is easier on the server but if you do row at a time what UI should be used to signify a save? Should you simply save when they click out of the row or force them to select a row and press a save button?

Are there better ways?