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
It's not important anymore I am moving away from using the grid
Hello,
I was able to resize column after the header is visible. I have attached a sample for you to review. Run the sample. Click on the “ShowHeader” button. It will show grid header. Resize the column. The column resizes as expected. If you are taking some another approach let me know so I may look in to this.
I hope this helps.
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
This happens when I set the options to showHeader, false