PDA

View Full Version : [2.0a1][SOLVED] setColumnHeader


HarryC
10-10-2007, 07: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.

evant
10-10-2007, 07:41 AM
Confirmed, it seems there is no updateHeaderText() method in GridView.js.

jack.slocum
10-10-2007, 01:00 PM
Thanks. This is fixed in SVN.