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
We have double click event in jqgrid which can be used like this
ondblClickRow: function (rowId, iRow, iCol, e) { //Your Code }