I downloaded a “maxed out” version of jqgrid and jquery UI and the column chooser is still not working (the window is displaying only a selectable list of columns).
This is the code that I use to invoke the function:
jQuery(“#logs”).jqGrid('navButtonAdd','#pager',{
caption: “Columns”,
title: “Reorder Columns”,
onClickButton : function (){
jQuery(“#logs”).jqGrid('columnChooser');
}
});
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top