Skip to content

Commit

Permalink
Client side: Fixed click on row when inline editable control is check…
Browse files Browse the repository at this point in the history
…box [Issue #147]
  • Loading branch information
o5 committed Jul 11, 2014
1 parent af2d32a commit 8e167e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-side/grido.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
that.disableSelection.call(that);
}

$('[type=checkbox]', $(this).parent()).click();
$('th.checker [type=checkbox]', $(this).parent()).click();

if (event.shiftKey) {
that.enableSelection.call(that);
Expand Down

0 comments on commit 8e167e6

Please sign in to comment.