Fun new bug, hidden='true' columns break everything in IE

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.

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.

Unfortunately we cannot reproduce this issue locally. Please provide us demo link or sample where we can reproduce it.