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, minLength: 1, focus: function(event, ui) { ...
Comments