Hello Kundu,
Thank you for reaching out.
I have tested deletingRow function of igx-grid, but I was unable to reproduce the described behavior.
I have created the following sample deleting selected rows with a button. Please have a look at it, and in case the problem persist, please modify it so I can investigate what might be wrong.
https://stackblitz.com/edit/delete-row-igxgrid?file=src/app/app.component.ts
Sincerely,Tihomir TonevAssociate Software DeveloperInfragistics
I am explaining the issue by sending the screenshots of the scenarios.
These are the rows before deleting a row.
After deleting the 2nd row, the delete button gets selected in the current second row.
I want this button to not get selected.
I will look into the code you have provided , if that solves my issue.