Do you have an example that shows adding and deleting rows in Angular TreeGrid? For example, add a child row to a parent row as well as delete the row after being added?
Hello Varghese,
Thank you for posting in our community.
Ignite UI for Angular Tree Grid component provides a great data manipulation capabilities and powerful API for Angular CRUD operations.
In our documentation page there is a sample illustrating all of the functionalities that you are looking for. To add a parent row you can click the “Add Root Employee” button on the top right corner of the grid. For adding and deleting child rows you can click on the buttons in the last column of the grid.
Please let me know if you need any further assistance.