--- title: 'Actions on record' tags: ['Records', 'Delete', 'Edit', 'Duplicate', 'Expand', 'Shortcuts'] keywords : ['NocoDB delete record', 'delete record', 'delete row', 'delete rows'] --- ## Keyboard navigation within Grid view A selected cell can be in one of the following states: 1. `Select` state : A single click on the cell selects the cell. When in this state, arrow keys can be used to navigate to adjacent cells. 2. `Edit` state : A double click on the cell puts the cell in edit state. Cursor can be moved within the cell using arrow keys. :::note - Double-click on a cell to put it in edit state directly. - From Select state, press `Enter` key to enter edit state. - Press `Esc` key to exit edit state. - From Edit state, press `Enter` key to save the changes. ::: Edit state for some cells will be a picker. For example, a cell with `Single Select` field type will have a picker with options to choose from. In such cases, arrow keys can be used to navigate between options. ### Keyboard shortcuts for cell navigation | Key | Behaviour | |----------------:|:-------------------------------------------------------------------------------------| | `⌘` `↑` | Jump to first record in this column (in same page) | | `⌘` `↓` | Jump to last record in this column (in same page) | | `⌘` `C` | Copy cell contents to clipboard | | `⌘` `V` | Paste clipboard contents to cell | | `Enter` | Switch cell in focus to EDIT mode; opens modal/picker if cell is associated with one | | `Esc` | Exit cell EDIT mode | | `Delete` | Clear cell | | `Space` | Expand current row | | `←` `→` `↑` `↓` | General cell navigation : left, right, top, bottom | | `Tab` | Move to next cell horizontally; if on last cell, move to next row beginning | ### Row Edit You can start editing by any of the following methods - Double-click on cell to edit - Click on cell and start typing (this way it will clear the previous content) - Click on cell and press enter to start editing And it will automatically save on blur event or if inactive. ### Delete Record (Single) Right-click on the row and then from the cell context menu, select `Delete Row` option. ![delete row -1](https://github.com/nocodb/nocodb/assets/86527202/9eef834b-21cf-4828-90ec-3c2e86cd19db) ### Delete Record (Bulk) Select multiple rows by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu. ![delete row 2](https://github.com/nocodb/nocodb/assets/86527202/f83c702a-fa75-42a5-86eb-22ed85c0dec1)