JQ Grid HTML Control in a Grid
jQuery("#gvUserManager").jqGrid({ data: mydata, datatype: "local", editurl: 'clientArray', colNames: ['Name', 'User Name', 'Email', 'Staff Level', ' User Type', "Send Password", "User ID"], colModel: [ { name: 'Name', index: 'Name', width: 100, editable: true, editoptions: { readonly: false, size: 25 } }, { name: 'UserName', index: 'UserName', width: 100, editable: true, editoptions: { dataInit: function(e) { $(e).autocomplete({ source: availableTags, ...