View Full Version : Non-resizeable grid columns still show resize cursor
SLerman
3 Apr 2007, 12:46 PM
Not much to say about it beyond the title. Even if I set grid.enableColumnResize = false, the .x-grid-split CSS class still has cursor: col-resize.
SLerman
3 Apr 2007, 12:54 PM
For a related bug, you can also still double-click on the divider and have the column auto-size. I think this can be fixed by moving "this.mainHd.on("dblclick", this.handleSplitDblClick, this, {delegate: "."+this.splitClass});" and "this.lockedHd.on("dblclick", this.handleSplitDblClick, this, {delegate: "."+this.splitClass});" in GridView.js around line 1230 to inside "if(this.grid.enableColumnResize !== false){".
jack.slocum
3 Apr 2007, 5:15 PM
Both these are fixed in the trunk.
SLerman
4 Apr 2007, 4:24 AM
Excellent, thanks.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.