jQuery UI Widgets Forums Grid Nested grids with selection mode checkbox

This topic contains 2 replies, has 3 voices, and was last updated by  Serdar 4 months, 3 weeks ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • LeoG123
    Participant

    Hi there I’m trying to use the react jqxGrid with a nested grid and selection mode set to “checkbox”.

    Is it at all possible to configure or hack it so that expanding a row doesn’t trigger rowselect and select the row? Our users would like to see what’s in the nested grid before selecting them if possible. When clicking the expand button it seems to triggeer rowselect as well as selecting the row in the grid and does this before the rowexpand event.

    This fiddle isn’t react but reproduces this behaviour. https://jsfiddle.net/s1a96nyp/1/

    Cheers Leo.


    admin
    Keymaster

    Hi LeoG123,

    We confirm the reported issue. Unfortunately, with this selection mode, there is no solution in the current version. We will do our best to update this behavior for the next version of jQWidgets.

    Best regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com/


    Serdar
    Participant

    Hello, if I do not misunderstand, you do not want the row to be automatically selected when the row is expanded before selecting the row?

    when you remove this line, the line is not automatically selected ! ?

    $("#jqxgrid").jqxGrid('selectrow', event.args.rowindex);

    https://jsfiddle.net/Anatolium/mzqyrk0L/93/

    • This reply was modified 4 months, 3 weeks ago by  Serdar.
    • This reply was modified 4 months, 3 weeks ago by  Serdar.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.