Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGrid : Support rapid editing | "Bulk Edit" & Batch Insert/Save #855

Closed
cowsen opened this issue May 1, 2020 · 7 comments · Fixed by #5048 or #5122
Closed

DataGrid : Support rapid editing | "Bulk Edit" & Batch Insert/Save #855

cowsen opened this issue May 1, 2020 · 7 comments · Fixed by #5048 or #5122
Assignees
Labels
Milestone

Comments

@cowsen
Copy link

cowsen commented May 1, 2020

There are applications such as selecting checkboxs or entering quantities across multiple rows, where having to click save after every entry is inefficient. There are several alternatives: Some libraries support batch editing. I have written code at a low level catching change events at a row or even cell level and responding to them. Any help would open up new applications for your Datagrid component.

@WillianGruber
Copy link
Contributor

Mass editing the datagrid is an old need, #266 .

@cowsen
Copy link
Author

cowsen commented May 1, 2020

I am not suggesting a spreadsheet like datagrid, which might introduce control issues. I am suggesting a batch edit datagrid. A quick Google search suggest it is supported in on Syncfusion, Telerik, EJ2 etc.

@stsrki
Copy link
Collaborator

stsrki commented May 2, 2020

I would say it's doable. From what I can see, DataGrid will need to have some refactoring to make it work. For now I will leave at backlog planning stage as I'm currently focused on other things.

@cowsen
Copy link
Author

cowsen commented May 2, 2020

Thank you.

@mtbayley
Copy link
Contributor

mtbayley commented Dec 3, 2021

I was going to create a new enhancement, but I'll bump this one :

It would be really nice if I could batch inline edit in a data grid.
I.e.

  • If I'm editing a cell and hit Tab it will start editing the cell to the Right.
  • If I'm editing a cell and hit Shift+Tab it will start editing the cell to the Left.
  • If I'm editing a cell and hit Enter it will start editing the cell Below.
  • If I'm editing a cell and hit Shift+Enter it will start editing the cell Above.

Also would be nice to either save all changes as batch, or save when exiting row.

@oaldrian
Copy link
Contributor

oaldrian commented May 3, 2023

also bumping this issue 👍

@David-Moreira David-Moreira added the Type: Feature ⚙ Request or idea for a new feature. label Sep 12, 2023
@David-Moreira David-Moreira modified the milestones: Backlog, 1.4 Sep 12, 2023
@David-Moreira
Copy link
Contributor

Hello,
Moving this up.
We'll attempt bulk edit and evaluate @mtbayley shortcut suggestions for the next v1.4.

@David-Moreira David-Moreira changed the title Support rapid editing of a datagrid. DataGrid : Support rapid editing | "Bulk Edit" Sep 12, 2023
@David-Moreira David-Moreira self-assigned this Sep 12, 2023
@David-Moreira David-Moreira linked a pull request Oct 9, 2023 that will close this issue
@David-Moreira David-Moreira linked a pull request Oct 31, 2023 that will close this issue
@David-Moreira David-Moreira changed the title DataGrid : Support rapid editing | "Bulk Edit" DataGrid : Support rapid editing | "Bulk Edit" & Batch Insert/Save Oct 31, 2023
@stsrki stsrki mentioned this issue Oct 31, 2023
@stsrki stsrki moved this to ✔ Done in Development Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
6 participants