Reputation: 1
I need to edit several cells at the same time that are in the same column. At the same time, so that the actual data change inside the cell is displayed. Is it possible to do this in igx grid Angular?
We can edit many cells in the same time!
Upvotes: 0
Views: 27
Reputation: 1587
The igxGrid offers various ways for editing your data. While some may not directly meet your requirements, custom implementations can fulfill specific needs - You can enable column-type editing through a custom approach, by utilizing cell display templates and implementing two-way binding for cell values, you can facilitate direct editing and submission behavior.
For detailed guidance on implementing column templating, refer to the documentation provided in the Column Templating section
Additionally, here you can explore the editing capabilities offered by the Grids component.
Upvotes: 0