I want to write an event when user click on a cell of jqgrid. Is there build in method? I could not find any event at this link
jqgrid
there is a inbuilt event.. you can find it here LINK
onCellSelect: function (rowId, iCol, content, event) { //YOUR STUFF }