I have a hierarchal grid with two levels (master and details). When a master level record is expanded all detail records are automatically put into Edit mode. As the user tabs through each detail record I would like to save their work automatically (no mouse clicks, no enter key). When the user exits the row the record is saved.
This is going to be a high speed data entry application and mgt does not even want to display the update/cancle buttons on each detail record.
What would be the best method for achieving this?