ln668~ of grid.js (sources) tries to set width of a column based on a a hidden row with a width of undefined, crash worthy bug in IE, FF uneffected.
width=0 instead of hidden=true works as a good easy solution… could probably set width to 0 and leave the hidden setting in as well but meh.