I have the need to allow a user to \"tab through\" making edits on a gridview. There will be one editable column in the row data. The user should be able to hit tab and go
Another point is how to save the results to the DataBase.
While in regular use, we simple call the update command who does the work, in ItemTemplate there are now update button.
So i add a button outside the GridView and in the handler i call the UpdateRow method manually for each row.