Good evening,
With “autoshowcolumnsmenubutton” set to “false”, the width of the columns can’t be resized after clicking on the “Column Header Menu Button”.
Initially, after the page is opened, the width of the columns can be resized but, as soon as you activate the “Column Header Menu” to open the pop-up that displays the Sorting and Filter Options, the columns can’t be resized.
I have the following Javascript files loaded in this order. Changing the order, under jqxgrid.js, makes no difference.
jqxgrid.js
jqxgrid.columnsresize.js
jqxgrid.selection.js
jqxgrid.sort.js
jqxgrid.filter.js
Try adding the following properties to your columnsresize.htm demo and you should see what I mean.
autoshowcolumnsmenubutton:false,
filterable:true,
sortable:true
Thank you, Michael.