Hello,
I'm trying to create a grid, using jqGrid-3.4.4, with checkbox in one of its column. I have been able to create grid in which first click makes cell editable checkbox, second click to set checkbox value and third ENTER press to save value.
Requirements: 1. On clicking checkbox, it should send AJAX post to server. User should NOT have to press ENTER.
- When grid is initially displayed, editable checkbox should be displayed.
So ideally, single click on a checkbox should post value to server via ajax.
Please advise how to achieve the functionality.
Thank You.
