-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
Comments
Mass editing the datagrid is an old need, #266 . |
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. |
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. |
Thank you. |
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.
Also would be nice to either save all changes as batch, or save when exiting row. |
also bumping this issue 👍 |
Hello, |
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.
The text was updated successfully, but these errors were encountered: