I want to be able to pass fields into the edit form when a user attempts to edit a row, but I don\'t want these fields to be editable - I want them to just be hidden so they
try this:
colModel: [ { name: 'your_field_name', editable: true, hidden: true, search:false, editoptions: {style:'display:none;'}}, ]