Skip to content

Rapid Batch Editing for DataGrid #6189

@cbranje-IAI

Description

@cbranje-IAI

Is your feature request related to a problem? Please describe.
We’d like to enhance the current DataGrid component by implementing direct rapid inline batch editing to improve user efficiency and reduce the risk of missed edits. Users are currently comparing the experience to Excel, where changes are immediately committed when navigating across cells using click or tab interactions.

Observed Limitations

  • Editing a cell requires pressing Enter or double-clicking another row to commit changes.
  • Pressing Tab to move between cells does not trigger an update until the next row is actively edited.
  • Clicking outside the component does not finalize the edit.
  • Some edits are not saved as expected—for example, changes to the Last Name column changes were not saved after a tab was pressed.

Describe the solution you'd like

  • Enable tab or click navigation to implicitly commit cell changes.
  • Trigger edit completion when the component loses focus.
  • Streamline the editing workflow to more closely align with spreadsheet behavior.
DataGridBlazorDemo.mp4

Additional context

This demo is directly off the Blazorise demo for Batch edits with Rapid Edit
These changes would significantly reduce the number of interactions required per edit and improve the overall usability of the grid for data entry tasks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: Feature ⚙Request or idea for a new feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions