Here is revised example of the in-place editing model that we would like to roll out to the editable grids.


The first screenshot is the read-only mode where a row has not been selected.


This second screenshot is a row being edited in-place. The changes are saved once the save (check) is clicked or Enter key pressed.


Notably missing is the bulk edit feature (selecting multiple rows). The in-place editing model switches the grid into single selection mode so multiple rows cannot be selected. It is assumed that this model will enable edits quickly enough that a bulk editing model will not be needed.

Feedback?


-- Mike