HarryC
10 Oct 2007, 4:25 AM
Just porting my app from Ext1 to Ext2 and came across a bug. You can't change the column header text using setColumnHeader.
Something like
colModel.setColumnHeader(1, "test"); gives
this.updateHeaderText is not a function as an error in Firebug.
Something like
colModel.setColumnHeader(1, "test"); gives
this.updateHeaderText is not a function as an error in Firebug.