I have a jqGrid grid with an editable checkbox. I'm using cell editing mode.
When text fields are modified, the server is notified automatically. However, when the checkbox is checked or unchecked, the server is not notified. This answer suggests implementing the notification myself.
I can do that, but I'd rather not duplicate the logic already implemented in jqGrid - figuring out the update URL, building the POST data, etc...
Has anything changed in the years since that answer was given? Can a checkbox notify the server automatically?