I guess I just don't understand. How can I get the value of the cell that is clicked?
$("#userslistdiv").pqGrid({
width: 560, height: 470, title: "Select Participant", dataModel: dataModel, colModel: colM, scrollModel: {horizontal: false },
flexHeight: true, selectionModel: { type: 'cell'},
selectionModel: { type: 'cell', mode: 'block' }
});