I found 2 bugs in JqxTreeGrid component. Could you pls confirm them or explain, where I’m wrong.
1. When you set selectionMode to ‘singleRow’, you cannot unselect row with CTRL keyboard button (it works only with ‘multipleRows’). The only way to avoid this bug is to set selectionMode to ‘custom’ value and select / unselect rows with API.
2. When you set both event listeners for ‘rowClick’ and ‘rowDoubleClick’ events and then make single click (not double) on any row after component is rendered, both events are triggered. It happens only for the 1st time, after that component works properly.
I will be glad with any response here 🙂
Thank you!