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
Hi Akshay,
Thank you for your reply.
I am following up on the info provided by my colleague’s and I would like to inform you that the behavior which you have described is caused by a bug.
We have logged an issue on Github and you may track its progress here.
Please be sure to reach out to us again if you have any additional questions or need any assistance.
Thanks Nikolay for the quick response.
I tried your demo its working fine there. I have updated the same demo , where I'm facing issues.
help me to fix/identify the root cause.
In this demo, when editing category column for any row with number > 0 , it gets selected.
the same row when again edited with blank or 0 value its not getting deselected.
Your assistance on this would be greatly appreciated.
Akshay
Hi, Akshay.
Thank you for using our product.
Here is a demo using deselectRows() method. Can you use it to apply your code so that we can investigate further in which case the deselectRows() method is not working? Thank you in advance for cooperation!
Best regards,
Nikolay Alipiev
Software Developer