Hello Tony,
i'm using jqGrid 3.5.2 and think i've found a bug. When adding a new row 'before' the currently first row all collumns lose their original width setting.
You can see what i mean in this picture:
http://img12.imageshack.us/img12/2387/jqgridaddrowdatabug.jpg
The first part shows the normal layout, the second part shows what happens when I 'move' the second row up so that it becomes the first row. When i move the row back down the layout becomes normal again. The 'move' happens with this function:
Singleton.jqGrid.moveUp = function(gridSelector) { // moveup all selected rows
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top