Hi, the add all button on column chooser doesn’t work. can somebody help?
this is the code.
jQuery("#stockselectiongrid").jqGrid('columnChooser',{ dialog_opts: { title:'Title', modal: true, } }); ----------------------------------------------------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