Hi, the add all button on column chooser doesn’t work. can somebody help?
this is the code.
12345678 jQuery("#stockselectiongrid").jqGrid('columnChooser',{dialog_opts: {title:'Title',modal: true,}});----------------------------------------------------
12345678910111213141516171819 jQuery("#stockselectiongrid").jqGrid({datatype: "json",url: createStockUrl(),height: 400,colNames:colNames,colModel:colModel,jsonReader: {root: 'items',cell: '',repeatitems: false},multiselect: false,loadonce: false,caption: caption,width: window.innerWidth - 100,forceFit: true,pager: '#stockselectionpager',}).jqGrid('filterToolbar', { defaultSearch: 'cn' })
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top