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
50
deselectRows function not working in igx-grid
posted

Hi,

I'm using igniteui-angular version 8.0.3.

In igx-grid, I have one column which is editable. it is of type number.

Also rowSelectable configuration kept as true.

my requirement is when input is > 0, want to select that row from code.

That's working fine with selectRows() function.

But in this selected row, when i changed the input suppose to 0 or < 0, want to deselect the row from code.

its not working using deselectRows().

Help me to resolve this.

Thanks,

Akshay Kale