Editing
Cell editing, Tab navigation, validation popovers, and row operations in the data grid
The data grid supports full inline editing with keyboard navigation, validation feedback, and row-level operations. You edit records directly in place without leaving the grid.
Click to Edit
You enter edit mode by clicking any editable cell. The cell transforms into an input appropriate for its column type -- a text field, dropdown, checkbox, or date picker. The editor appears inline within the cell boundaries so you stay in context while making changes.
Tab Navigation
Once you are editing a cell, you can press Tab to move to the next editable cell in the row, or Shift+Tab to move to the previous one. When you reach the last editable cell in a row, Tab advances to the first editable cell of the next row. This lets you efficiently fill out multiple fields without using the mouse.