You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this issue only with subgrid. When I click the "pencil" icon, and I change something.. for example set checkbox to true, and then I click cancel icon, the row stays in edit mode.
I have this issue only with subgrid. When I click the "pencil" icon, and I change something.. for example set checkbox to true, and then I click cancel icon, the row stays in edit mode.
{ name: 'IsConnected', index: 'IsConnected', label: connected, width: 8, formatter: "checkbox", search: false, align: "center", editable: true, edittype: "checkbox", editoptions: { value: "True:False" } }, { name: 'actions', index: 'actions', label: "test", formatter: 'actions', width: 50, fixed: true, align: 'center', sortable: false, search: false, formatoptions: { editbutton: true, keys: false, delbutton: false, onSuccess: function (jqXHR) { return [true]; } } }
I am using free-JQGrid version 4.13.5
The text was updated successfully, but these errors were encountered: