davy_wei
8 Jan 2007, 7:55 AM
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.
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.