Advertisement
Guest User

Untitled

a guest
Apr 13th, 2012
308
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. jqgrid setColProp not working
  2. loadComplete: function() {
  3. $("#profile_table").setColProp('contract_num', { editoptions: { value: contract_list} });
  4. },
  5.  
  6. $("#profile_table").setColProp('contract_num', { editoptions: { value: contract_list} });
  7.  
  8. colModel:[
  9. {name:'contract_num',index:'contract_num', editable: true, hidden: false, width:30, edittype: "select", editrules: {required: true}},
  10. ]
  11.  
  12. loadComplete: function() {
  13. $("#profile_table").setColProp('contract_num', { editoptions: { value: contract_list} });
  14. },
  15.  
  16. $("#profile_table").setColProp('contract_num', { editoptions: { value: contract_list} });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement