By default, if a jqGrid cell is editable, single click on that cell changes it to edit mode. Is there any way I can make it edit on a double click instead? It would make it easier to do row-level operations such as deleting, as all the columns in my grid are editable.
相关问题
- Do the Java Integer and Double objects have unnece
- How to bind a dropdown list inside jqgrid row cell
- jQgrid filterToolbar fails with searchOnEnter
- Click only through holes in svg mask
- Detecting checkbox event in jqGrid cell
相关文章
- 关于C#中 float、double、decimal 的运算不精确的问题。
- jqGrid Row Object in onSelectRow
- How can I convert a OLE Automation Date value to a
- Macro or function to construct a float (double) fr
- Math.Max vs Enumerable.Max
- Button onclick doesn't fire after onchange inp
- C# Casting to a decimal
- Android Button needs two click for action
Yes, you can use the
ondblClickRow
event to capture a double-click.Here is a simple example to get you started:
I got the answer. You only need to place the code on the jqgrid properties For example: