PROBLEM: It's nice to edit cell by cell with ListGrid:setEditByCell(true). When the esc key is depressed and ListGird:setEscapeKeyEditAction(EscapeKeyEditAction.CANCEL) is set, all the edits of the row that the cell is selected is undone. A user will make several edits within a row, and the user will only wish to undo the edit of the cell selected.
SOLUTION (feature request?): Only undo the cell selected to edit and leave the other edited cells of the respective row alone
Version Info
SOLUTION (feature request?): Only undo the cell selected to edit and leave the other edited cells of the respective row alone
- if the esc key is depressed
- if ListGird:setEscapeKeyEditAction(EscapeKeyEditAction.CANCEL)
- and if ListGrid:setEditByCell(true)
Version Info
- SNAPSHOT_v10.1d_2015-08-10/Enterprise Deployment 2015-08-10
- Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:26.0) Gecko/20100101 Firefox/26.0
Comment