I'm looking for a way to start inline editing in jree jqgrid if clicked in checkbox column.
Currently I'm using ClickableCheckBoxFormatter
http://www.ok-soft-gmbh.com/jqGrid/Checkbox.htm
desribed in
and in
I tried free jqgrid checkbox formatter.
Issues:
- If mouse cursor is placed over checkbox, mouse icon changes to disabled icon. This gives wrong hit to user like click does not work.
- Actually double click starts inline editing
How to fix those so that checkbox behaves like ClickableCheckBoxFormatter:
- Mouse cursor shape does not change
- Single click in check box starts inline edit. First click should only start inline editing. Only click in inline editing mode should change checkbox state.
iconSet
you use? Which additional CSS you use? Are the problems exist in specific web browsers only? Do you start inline editing inside ofonSelectRow
(like in the referenced answers)? All my tests withiconSet: "fontAwesome"
,iconSet: "jQueryUI"
in IE10 and Chrome didn't show any problem. Moreover it's unclear for me why you don't use justtemplate: "booleanCheckboxFa"
(if you use Font Awesome of cause)? – Oleg