Jqgrid how to write cell click event

后端 未结 4 1085
面向向阳花
面向向阳花 2020-12-22 08:00

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

4条回答
  •  遥遥无期
    2020-12-22 08:37

    We have double click event in jqgrid which can be used like this

    ondblClickRow: function (rowId, iRow, iCol, e) { //Your Code  }
    

提交回复
热议问题