Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Delete button of the previous row get selected after deletion of a row.
posted
I am using IgxGrid. Deleting a row in the grid using the row delete button. The row which is deleted, the delete button of the row just before that deleted row get selected. I have used clearCellSelection() to deselect the the cells but still the button remains selected.
Please help me out.