Hi Tony, could you add the following to the resizing, this make it much more quicker on IE.
The slow resizing was due to the selector used in dragStart and dragMove again and again, and IE is really bad at it, so I added a local variable named curGbox (I didn't know how to name it).
I also added some lines to prevent IE from highlighting selected text while scrolling… hope you keep it too ?
Done on the latest beta (12)
Really nice job on JQGrid BTW. Do you have any idea of when a 3.5 final may come out ?
dragStart: function(i,x,y) {