I have a list of messages displayed in a jqGrid and onSelectRow is used to display the message in a DIV below the grid. This all works fine and looks great 🙂
I also want to be able to have a checkbox on each row for Delete Message functionality. What I don't want to happen is for the row to be selected when I click on the checkbox.
Is there any way of doing this?
Ideally, I'd like to use multiselect, but again I don't want the checkbox to be checked just because I've selected the row – the user *must* click the checkbox for that to happen.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top