Hi, I have some questions about selection mode of Jqxgrid.
first, I want to have checkbox for each rows, of course including header checkbox for all selection.
There are some function for selected rows.
Second, I have to catch the row click event to display detail information.
But When I use ‘checkbox’ selectionmode, I can’t use any other function for ‘rowselect’ event.
Because When I check the checkbox, It causes ‘rowselect’ event.
I need both ‘checkbox’ and ‘singlerow’
Is there any special selecton mode like that?
Please let me know how to make it.