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?