0
votes

I've a jqxGrid with checkboxes (documentation and example).

I'd like to select the row (and as result the checkbox become checked) when the user click on any place/column of the row (and not only on checkbox) but it doesn't seems to be possible.

Someone found a solution for this?

PS - The events "cellselect" or "rowselect" aren't triggered when the selectionmode = "checkbox" (but it works for "multiplerows")

https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/index.htm#demos/jqxgrid/rowselection.htm

1

1 Answers

0
votes

Have you tried the 'rowclick' event?