The following error is thrown when I try to resize a column in IE7,IE8,IE9,Chrome
Unhandled exception at line 17, column 10729 in http://localhost:60001/Portal/Scripts/Infragistics/modules/infragistics.ui.grid.resizing.js
0x800a138f - Microsoft JScript runtime error: Unable to get value of the property 'offsetWidth': object is null or undefined
This happens when I set the options to showHeader, false
I have been trying to render the grid without a header, and then when expanding the element that contains the grid to show the header, or to keep the header turned off for grids with no elements.
I have been doing this after a call to iggridheaderrendered... Because if I set the header to not show at creation time, I can never get it to show correctly.
It appears that turning the header off in that event is causing the resizing issue