Notifications
Clear all
BugOverflow
1
Posty
1
Users
0
Reactions
1,189
Widok
0
21/06/2018 2:52 pm
Topic starter
how to get current row during row generation (example: get user roles)
1 Answer
0
21/06/2018 2:52 pm
Topic starter
1 2 3 4 5 6 7 8 |
edittype: 'select', editoptions: { dataUrl: "user/select2_roles/", postData: function (rowid) { return { id: $(this).jqGrid("getCell", rowid, "id") }; }, |
edittype: 'select', editoptions: { dataUrl: "user/select2_roles/", postData: function (rowid) { return { id: $(this).jqGrid("getCell", rowid, "id") }; },