I created a dialog which contains one GridPanel. It shows {1} for all the column title in IE.
Here is another user's post
Hello,
i'm having the same problem in IE.
I have something similar: a GridPanel and a BasicDialog. From what i saw, the column headers in the Grid becomes {1} when i add a button to the dialog.
Try commenting this line in your code and see if the column headers are affected:
dialog.addButton('Close',this.hideDialog,dialog);
I dont know if its a bug or i'm missing something but i had to make a compromise and move the button from the BasicDialog inide the dialog.
After I commenting this line "dialog.addButton('Close',this.hideDialog,dialog);", the problem is gone in IE.
The IE6 select thing is a very old, very well known IE6 bug. If you must support IE6 (bletch!), add shim:true to your dialog config (probably best conditionalize that for IE6)
well, I am having a similar problem.... but in my case the header is showing up properly, it is the tooltip of the grid header which is acting weird.... moreover, it is showing {2} instead of {1}..... is this also fixed in SVN???.....