jQuery UI Widgets Forums Vue JqxTreeGrid bugs (selection and clicks)

This topic contains 1 reply, has 2 voices, and was last updated by  Hristo 5 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • JqxTreeGrid bugs (selection and clicks) #107099

    thewind
    Participant

    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!

    JqxTreeGrid bugs (selection and clicks) #107132

    Hristo
    Participant

    Hello thewind,

    1. When using the singleRow” option for the selectionMode” property it does not care if you press or no the CTRL button.
    Could you clarify what you want to achieve?
    You could use the custom” option to determinate your own logic how to behave the jqxTreeGrid.

    2. I tested this example and it seems to work fine:
    https://codesandbox.io/s/vue-template-fsvt9?fontsize=14

    Best Regards,
    Hristo Hristov

    jQWidgets team
    https://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.