--- 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 record | | `←` `→` `↑` `↓` | General cell navigation : left, right, top, bottom | | `Tab` | Move to next cell horizontally; if on last cell, move to beginning of next record | ### Record 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 record and then from the cell context menu, select `Delete Row` option. ![delete row -1](/img/v2/records/delete-row.png) ### Delete Record (Bulk) Select multiple records by using the checkbox in first column and then `Delete Selected Rows` options from the right click context menu. ![delete row 2](/img/v2/records/delete-row-bulk.png)