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.
Parents
No Data
Reply
  • 1500
    Offline posted

    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 Tonev
    Associate Software Developer
    Infragistics

Children