jQWidgets Forums

jQuery UI Widgets Forums Grid mutiple / single row selection jqxgrid

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 5 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • mutiple / single row selection jqxgrid #106905

    aniolekx
    Participant

    Hello,

    I have noticed that jqxgrid with single row selection has such behaviour that row is selected after click on a row (any cell) but for multiple row selection there is extra column rendered with checkbox, and row is selected only after click on that checkbox.

    What I would like to archive is to make it more consistent, to avoid user confusion, so:
    – rows should be always selected after click on row (any cell) (multiple and single selection, after selection checkbox/radio will be checked)
    – I would like to keep checkbox column for multiple selection, but for single selection I would like to render similar column with radio button, then it will be consistent

    Do you have example with such changes? (vue or jquery)

    What do you thing about my suggestions?

    mutiple / single row selection jqxgrid #106919

    Peter Stoev
    Keymaster

    Hi aniolekx,

    We already have “rows should be always selected after click on row (any cell) (multiple and single selection”. You may look at the https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/rowselection.htm?light demo. The checkbox selection mode is a different specific row selection mode. If it does not fit your application needs, then we can suggest this: Add a custom checkbox column and modify the boolean values of the checkboxes depending on your selection.

    Best Regards,
    Peter Stoev

    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.