Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subgrid edit mode #12

Open
stefancvetkovic opened this issue Aug 6, 2018 · 0 comments
Open

subgrid edit mode #12

stefancvetkovic opened this issue Aug 6, 2018 · 0 comments

Comments

@stefancvetkovic
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant