Hi All,
I had a problem where column resizing would not work. I could see the cursor change when I hovered over the header column edge, but when I clicked and tried to drag to do the resize, the vertical bar resize indicator never appeared, and when I released the drag, nothing happened.
Everything else was working fine, so I knew it was something in my existing code that was causing the problem.
It turned out that when I had evaluated SlickGrid, it required jquery.event.drag-2.2.js to be used. That include was still there when I integrated the jqwidgets grid, and that was what caused the problem. So, jquery.event.drag conflicts with column resizing in the jqwidgets grid.
Lucky for me, I have no other requirement for jquery.event.drag, so resizing is now working great in the jqxGrid.